Html Css Color HEX #3C79CC Curious Blue

📋 copy color: '#3C79CC'

red 60 ◦ green 121 ◦ blue 204

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

Shades of Curious Blue #3C79CC

Tints of Curious Blue #3C79CC

RGB

 RED value IS 60 (23.83% from 255) = 15.58%

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

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

R = 15.58%
G = 31.43%
B = 52.99%

CMYK

 C value IS 0.71

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3C79CC (or 0x3C79CC) is known color: Curious Blue. HEX triplet: 3C, 79 and CC. RGB value is (60,121,204). Sum of RGB (Red+Green+Blue) = 60+121+204=385 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.58% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #3C79CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C79CC is #C38633. Grayscale: #6F6F6F. Windows color (decimal): -12813876 or 13400380. OLE color: 13400380.

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

Color convert

RGB 60 121 204 -
CMYK 0.71 0.41 0 0.2
HSL 214.58º 0.59% 0.52% -
HSV(B) 214.58º 0.71% 0.8% -
XYZ 19.6 19 59.76 -
YUV 112.22 179.79 90.75 -
System Red Green Blue C M Y K H S L
Decimal 60 121 204 0.71 0.41 0 0.2 214.58 0.59 0.52
Hex 3C 79 CC 47 29 0 14 D7 3B 34
Octal 74 171 314 107 51 0 24 327 73 64
Binary 111100 1111001 11001100 1000111 101001 0 10100 11010111 111011 110100

Color Harmonies of #3C79CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C79CC

Black with #3C79CC

Text Example


Text Example

White with #3C79CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C79CC;
 }
 .AnyTagClassName
 {
   color: #3C79CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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