#3799CB

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

Shades of Curious Blue #3799CB

Tints of Curious Blue #3799CB

Color information

#3799CB (or 0x3799CB) is unknown color: approx Curious Blue. HEX triplet: 37, 99 and CB. RGB value is (55,153,203). Sum of RGB (Red+Green+Blue) = 55+153+203=411 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.38% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #3799CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3799CB is #C86634. Grayscale: #818181. Windows color (decimal): -13133365 or 13343031. OLE color: 13343031.

HSL color Cylindrical-coordinate representation of color #3799CB: hue angle of 200.27º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3799CB is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB55153203-
CMYK0.730.2500.20
HSL200.27º58.73%50.59%-
HSV(B)200.27º72.91%79.61%-
XYZ23.7527.9160.63-
YUV129.4169.5374.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.38%
GREEN value IS 153 (60.16% from 255) = 37.23%
BLUE value IS 203 (79.69% from 255) = 49.39%
R=13.38%
G=37.23%
B=49.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal551532030.730.2500.20200.2758.7350.59
Hex3799CB4919014c83b33
Octal67231313111310243107363
Binary110111100110011100101110010011100101010011001000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3799CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3799CB; }

 p { color: rgb(55,153,203); }

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

<style>
 a { background-color: #3799CB; }

 a { background-color: rgb(55,153,203); }

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

<style>
 span { border-color: #3799CB; }

 span { border-color: rgb(55,153,203); }

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