#3383AF

Color #3383AF Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3383AF

Tints of Curious Blue #3383AF

Color information

#3383AF (or 0x3383AF) is unknown color: approx Curious Blue. HEX triplet: 33, 83 and AF. RGB value is (51,131,175). Sum of RGB (Red+Green+Blue) = 51+131+175=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #3383AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3383AF is #CC7C50. Grayscale: #6F6F6F. Windows color (decimal): -13401169 or 11502387. OLE color: 11502387.

HSL color Cylindrical-coordinate representation of color #3383AF: hue angle of 201.29º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3383AF is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB51131175-
CMYK0.710.2500.31
HSL201.29º54.87%44.31%-
HSV(B)201.29º70.86%68.63%-
XYZ17.2220.0343.52-
YUV112.1163.584.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 14.29%
GREEN value IS 131 (51.56% from 255) = 36.69%
BLUE value IS 175 (68.75% from 255) = 49.02%
R=14.29%
G=36.69%
B=49.02%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal511311750.710.2500.31201.2954.8744.31
Hex3383AF471901Fc9372c
Octal63203257107310373116754
Binary110011100000111010111110001111100101111111001001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3383AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3383AF; }

 p { color: rgb(51,131,175); }

 H1.HeaderClassName
 {
   color: #3383AF;
 }
 .AnyTagClassName
 {
   color: #3383AF;
 }
</style>
background-color css

<style>
 a { background-color: #3383AF; }

 a { background-color: rgb(51,131,175); }

 div.DivClassName
 {
   background-color: #3383AF;
 }
 .BgClassName
 {
   background-color: #3383AF;
 }
</style>
border-color css

<style>
 span { border-color: #3383AF; }

 span { border-color: rgb(51,131,175); }

 td.TdClassName
 {
   border-color: #3383AF;
 }
 .TagClassName
 {
   border-color: #3383AF;
 }
</style>