#3A89B8

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

Shades of Curious Blue #3A89B8

Tints of Curious Blue #3A89B8

Color information

#3A89B8 (or 0x3A89B8) is unknown color: approx Curious Blue. HEX triplet: 3A, 89 and B8. RGB value is (58,137,184). Sum of RGB (Red+Green+Blue) = 58+137+184=379 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.30% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 184 (72.27% from 255 or 48.55% from 379); Max value from RGB is 184 - color contains mainly: blue. Hex color #3A89B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A89B8 is #C57647. Grayscale: #767676. Windows color (decimal): -12940872 or 12093754. OLE color: 12093754.

HSL color Cylindrical-coordinate representation of color #3A89B8: hue angle of 202.38º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A89B8 is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB58137184-
CMYK0.680.2600.28
HSL202.38º52.07%47.45%-
HSV(B)202.38º68.48%72.16%-
XYZ19.3422.2548.62-
YUV118.74164.8384.68-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.30%
GREEN value IS 137 (53.91% from 255) = 36.15%
BLUE value IS 184 (72.27% from 255) = 48.55%
R=15.30%
G=36.15%
B=48.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal581371840.680.2600.28202.3852.0747.45
Hex3A89B8441A01Cca342f
Octal72211270104320343126457
Binary111010100010011011100010001001101001110011001010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A89B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A89B8; }

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

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

<style>
 a { background-color: #3A89B8; }

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

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

<style>
 span { border-color: #3A89B8; }

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

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