#3389B7

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

Shades of Curious Blue #3389B7

Tints of Curious Blue #3389B7

Color information

#3389B7 (or 0x3389B7) is unknown color: approx Curious Blue. HEX triplet: 33, 89 and B7. RGB value is (51,137,183). Sum of RGB (Red+Green+Blue) = 51+137+183=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 183 (71.88% from 255 or 49.33% from 371); Max value from RGB is 183 - color contains mainly: blue. Hex color #3389B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3389B7 is #CC7648. Grayscale: #747474. Windows color (decimal): -13399625 or 12028211. OLE color: 12028211.

HSL color Cylindrical-coordinate representation of color #3389B7: hue angle of 200.91º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3389B7 is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB51137183-
CMYK0.720.2500.28
HSL200.91º56.41%45.88%-
HSV(B)200.91º72.13%71.76%-
XYZ18.8622.0148.05-
YUV116.53165.5181.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.75%
GREEN value IS 137 (53.91% from 255) = 36.93%
BLUE value IS 183 (71.88% from 255) = 49.33%
R=13.75%
G=36.93%
B=49.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal511371830.720.2500.28200.9156.4145.88
Hex3389B7481901Cc9382e
Octal63211267110310343117056
Binary110011100010011011011110010001100101110011001001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3389B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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