Html Css Color HEX #3C7CCA Curious Blue

📋 copy color: '#3C7CCA'

red 60 ◦ green 124 ◦ blue 202

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

Shades of Curious Blue #3C7CCA

Tints of Curious Blue #3C7CCA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.12%

 BLUE value IS 202 (79.3% from 255) = 52.33%

R = 15.54%
G = 32.12%
B = 52.33%

CMYK

 C value IS 0.70

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3C7CCA (or 0x3C7CCA) is known color: Curious Blue. HEX triplet: 3C, 7C and CA. RGB value is (60,124,202). Sum of RGB (Red+Green+Blue) = 60+124+202=386 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.54% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C7CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7CCA is #C38335. Grayscale: #717171. Windows color (decimal): -12813110 or 13270076. OLE color: 13270076.

HSL color Cylindrical-coordinate representation of color #3C7CCA: hue angle of 212.96º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C7CCA is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 60 124 202 -
CMYK 0.70 0.39 0 0.21
HSL 212.96º 0.57% 0.51% -
HSV(B) 212.96º 0.7% 0.79% -
XYZ 19.73 19.64 58.63 -
YUV 113.76 177.8 89.66 -
System Red Green Blue C M Y K H S L
Decimal 60 124 202 0.70 0.39 0 0.21 212.96 0.57 0.51
Hex 3C 7C CA 46 27 0 15 D5 39 33
Octal 74 174 312 106 47 0 25 325 71 63
Binary 111100 1111100 11001010 1000110 100111 0 10101 11010101 111001 110011

Color Harmonies of #3C7CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7CCA

Black with #3C7CCA

Text Example


Text Example

White with #3C7CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,124,202); }

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

background-color css

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

 a { background-color: rgb(60,124,202); }

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

border-color css

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

 span { border-color: rgb(60,124,202); }

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