Html Css Color HEX #3979CC Curious Blue

📋 copy color: '#3979CC'

red 57 ◦ green 121 ◦ blue 204

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

Shades of Curious Blue #3979CC

Tints of Curious Blue #3979CC

RGB

 RED value IS 57 (22.66% from 255) = 14.92%

 GREEN value IS 121 (47.66% from 255) = 31.68%

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

R = 14.92%
G = 31.68%
B = 53.4%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3979CC (or 0x3979CC) is known color: Curious Blue. HEX triplet: 39, 79 and CC. RGB value is (57,121,204). Sum of RGB (Red+Green+Blue) = 57+121+204=382 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.92% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #3979CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3979CC is #C68633. Grayscale: #6E6E6E. Windows color (decimal): -13010484 or 13400377. OLE color: 13400377.

HSL color Cylindrical-coordinate representation of color #3979CC: hue angle of 213.88º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3979CC is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 57 121 204 -
CMYK 0.72 0.41 0 0.2
HSL 213.88º 0.59% 0.51% -
HSV(B) 213.88º 0.72% 0.8% -
XYZ 19.42 18.9 59.75 -
YUV 111.33 180.3 89.25 -
System Red Green Blue C M Y K H S L
Decimal 57 121 204 0.72 0.41 0 0.2 213.88 0.59 0.51
Hex 39 79 CC 48 29 0 14 D6 3B 33
Octal 71 171 314 110 51 0 24 326 73 63
Binary 111001 1111001 11001100 1001000 101001 0 10100 11010110 111011 110011

Color Harmonies of #3979CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3979CC

Black with #3979CC

Text Example


Text Example

White with #3979CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,121,204); }

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

background-color css

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

 a { background-color: rgb(57,121,204); }

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

border-color css

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

 span { border-color: rgb(57,121,204); }

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