Html Css Color HEX #3C79BC Curious Blue

📋 copy color: '#3C79BC'

red 60 ◦ green 121 ◦ blue 188

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

Shades of Curious Blue #3C79BC

Tints of Curious Blue #3C79BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.95%

R = 16.26%
G = 32.79%
B = 50.95%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C79BC (or 0x3C79BC) is known color: Curious Blue. HEX triplet: 3C, 79 and BC. RGB value is (60,121,188). Sum of RGB (Red+Green+Blue) = 60+121+188=369 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.26% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C79BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C79BC is #C38643. Grayscale: #6E6E6E. Windows color (decimal): -12813892 or 12351804. OLE color: 12351804.

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

Color convert

RGB 60 121 188 -
CMYK 0.68 0.36 0 0.26
HSL 211.41º 0.52% 0.49% -
HSV(B) 211.41º 0.68% 0.74% -
XYZ 17.78 18.27 50.17 -
YUV 110.4 171.79 92.05 -
System Red Green Blue C M Y K H S L
Decimal 60 121 188 0.68 0.36 0 0.26 211.41 0.52 0.49
Hex 3C 79 BC 44 24 0 1A D3 34 31
Octal 74 171 274 104 44 0 32 323 64 61
Binary 111100 1111001 10111100 1000100 100100 0 11010 11010011 110100 110001

Color Harmonies of #3C79BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C79BC

Black with #3C79BC

Text Example


Text Example

White with #3C79BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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