#3389AF

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

Shades of Curious Blue #3389AF

Tints of Curious Blue #3389AF

Color information

#3389AF (or 0x3389AF) is unknown color: approx Curious Blue. HEX triplet: 33, 89 and AF. RGB value is (51,137,175). Sum of RGB (Red+Green+Blue) = 51+137+175=363 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.05% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #3389AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3389AF is #CC7650. Grayscale: #737373. Windows color (decimal): -13399633 or 11503923. OLE color: 11503923.

HSL color Cylindrical-coordinate representation of color #3389AF: hue angle of 198.39º 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 #3389AF is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB51137175-
CMYK0.710.2200.31
HSL198.39º54.87%44.31%-
HSV(B)198.39º70.86%68.63%-
XYZ18.0521.6943.79-
YUV115.62161.5181.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.05%
GREEN value IS 137 (53.91% from 255) = 37.74%
BLUE value IS 175 (68.75% from 255) = 48.21%
R=14.05%
G=37.74%
B=48.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal511371750.710.2200.31198.3954.8744.31
Hex3389AF471601Fc6372c
Octal63211257107260373066754
Binary110011100010011010111110001111011001111111000110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3389AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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