Html Css Color HEX #3C7ECA Curious Blue

📋 copy color: '#3C7ECA'

red 60 ◦ green 126 ◦ blue 202

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

Shades of Curious Blue #3C7ECA

Tints of Curious Blue #3C7ECA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.47%

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

R = 15.46%
G = 32.47%
B = 52.06%

CMYK

 C value IS 0.70

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3C7ECA (or 0x3C7ECA) is known color: Curious Blue. HEX triplet: 3C, 7E and CA. RGB value is (60,126,202). Sum of RGB (Red+Green+Blue) = 60+126+202=388 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.46% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C7ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7ECA is #C38135. Grayscale: #727272. Windows color (decimal): -12812598 or 13270588. OLE color: 13270588.

HSL color Cylindrical-coordinate representation of color #3C7ECA: hue angle of 212.11º 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 #3C7ECA is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 60 126 202 -
CMYK 0.70 0.38 0 0.21
HSL 212.11º 0.57% 0.51% -
HSV(B) 212.11º 0.7% 0.79% -
XYZ 19.99 20.15 58.71 -
YUV 114.93 177.13 88.82 -
System Red Green Blue C M Y K H S L
Decimal 60 126 202 0.70 0.38 0 0.21 212.11 0.57 0.51
Hex 3C 7E CA 46 26 0 15 D4 39 33
Octal 74 176 312 106 46 0 25 324 71 63
Binary 111100 1111110 11001010 1000110 100110 0 10101 11010100 111001 110011

Color Harmonies of #3C7ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7ECA

Black with #3C7ECA

Text Example


Text Example

White with #3C7ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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