#3489b8

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

Shades of Curious Blue #3489B8

Tints of Curious Blue #3489B8

Color information

#3489B8 (or 0x3489B8) is unknown color: approx Curious Blue. HEX triplet: 34, 89 and B8. RGB value is (52,137,184). Sum of RGB (Red+Green+Blue) = 52+137+184=373 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.94% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 184 (72.27% from 255 or 49.33% from 373); Max value from RGB is 184 - color contains mainly: blue. Hex color #3489B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3489B8 is #CB7647. Grayscale: #747474. Windows color (decimal): -13334088 or 12093748. OLE color: 12093748.

HSL color Cylindrical-coordinate representation of color #3489B8: hue angle of 201.36º 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 #3489B8 is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB52137184-
CMYK0.720.2600.28
HSL201.36º55.93%46.27%-
HSV(B)201.36º71.74%72.16%-
XYZ19.0122.0848.61-
YUV116.94165.8481.68-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.94%
GREEN value IS 137 (53.91% from 255) = 36.73%
BLUE value IS 184 (72.27% from 255) = 49.33%
R=13.94%
G=36.73%
B=49.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal521371840.720.2600.28201.3655.9346.27
Hex3489B8481A01Cc9382e
Octal64211270110320343117056
Binary110100100010011011100010010001101001110011001001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3489b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3489b8; }

 p { color: rgb(52,137,184); }

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

<style>
 a { background-color: #3489b8; }

 a { background-color: rgb(52,137,184); }

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

<style>
 span { border-color: #3489b8; }

 span { border-color: rgb(52,137,184); }

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