Html Css Color HEX #3C77BC Curious Blue

📋 copy color: '#3C77BC'

red 60 ◦ green 119 ◦ blue 188

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

Shades of Curious Blue #3C77BC

Tints of Curious Blue #3C77BC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.43%

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

R = 16.35%
G = 32.43%
B = 51.23%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C77BC (or 0x3C77BC) is known color: Curious Blue. HEX triplet: 3C, 77 and BC. RGB value is (60,119,188). Sum of RGB (Red+Green+Blue) = 60+119+188=367 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.35% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C77BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C77BC is #C38843. Grayscale: #6C6C6C. Windows color (decimal): -12814404 or 12351292. OLE color: 12351292.

HSL color Cylindrical-coordinate representation of color #3C77BC: hue angle of 212.34º 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 #3C77BC is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 119 188 -
CMYK 0.68 0.37 0 0.26
HSL 212.34º 0.52% 0.49% -
HSV(B) 212.34º 0.68% 0.74% -
XYZ 17.54 17.79 50.09 -
YUV 109.23 172.45 92.89 -
System Red Green Blue C M Y K H S L
Decimal 60 119 188 0.68 0.37 0 0.26 212.34 0.52 0.49
Hex 3C 77 BC 44 25 0 1A D4 34 31
Octal 74 167 274 104 45 0 32 324 64 61
Binary 111100 1110111 10111100 1000100 100101 0 11010 11010100 110100 110001

Color Harmonies of #3C77BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C77BC

Black with #3C77BC

Text Example


Text Example

White with #3C77BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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