Html Css Color HEX #3799CC Curious Blue

📋 copy color: '#3799CC'

red 55 ◦ green 153 ◦ blue 204

#3799CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #3799CC

Tints of Curious Blue #3799CC

RGB

 RED value IS 55 (21.88% from 255) = 13.35%

 GREEN value IS 153 (60.16% from 255) = 37.14%

 BLUE value IS 204 (80.08% from 255) = 49.51%

R = 13.35%
G = 37.14%
B = 49.51%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3799CC (or 0x3799CC) is known color: Curious Blue. HEX triplet: 37, 99 and CC. RGB value is (55,153,204). Sum of RGB (Red+Green+Blue) = 55+153+204=412 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.35% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #3799CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3799CC is #C86633. Grayscale: #818181. Windows color (decimal): -13133364 or 13408567. OLE color: 13408567.

HSL color Cylindrical-coordinate representation of color #3799CC: hue angle of 200.54º 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 #3799CC is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 55 153 204 -
CMYK 0.73 0.25 0 0.2
HSL 200.54º 0.59% 0.51% -
HSV(B) 200.54º 0.73% 0.8% -
XYZ 23.87 27.95 61.26 -
YUV 129.51 170.03 74.85 -
System Red Green Blue C M Y K H S L
Decimal 55 153 204 0.73 0.25 0 0.2 200.54 0.59 0.51
Hex 37 99 CC 49 19 0 14 C9 3B 33
Octal 67 231 314 111 31 0 24 311 73 63
Binary 110111 10011001 11001100 1001001 11001 0 10100 11001001 111011 110011

Color Harmonies of #3799CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3799CC

Black with #3799CC

Text Example


Text Example

White with #3799CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3799CC;
 }
 .AnyTagClassName
 {
   color: #3799CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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