Html Css Color HEX #3C8ECA Curious Blue

📋 copy color: '#3C8ECA'

red 60 ◦ green 142 ◦ blue 202

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

Shades of Curious Blue #3C8ECA

Tints of Curious Blue #3C8ECA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.15%

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

R = 14.85%
G = 35.15%
B = 50%

CMYK

 C value IS 0.70

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3C8ECA (or 0x3C8ECA) is known color: Curious Blue. HEX triplet: 3C, 8E and CA. RGB value is (60,142,202). Sum of RGB (Red+Green+Blue) = 60+142+202=404 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.85% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C8ECA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C8ECA is #C37135. Grayscale: #7C7C7C. Windows color (decimal): -12808502 or 13274684. OLE color: 13274684.

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

Color convert

RGB 60 142 202 -
CMYK 0.70 0.30 0 0.21
HSL 205.35º 0.57% 0.51% -
HSV(B) 205.35º 0.7% 0.79% -
XYZ 22.2 24.57 59.45 -
YUV 124.32 171.83 82.12 -
System Red Green Blue C M Y K H S L
Decimal 60 142 202 0.70 0.30 0 0.21 205.35 0.57 0.51
Hex 3C 8E CA 46 1E 0 15 CD 39 33
Octal 74 216 312 106 36 0 25 315 71 63
Binary 111100 10001110 11001010 1000110 11110 0 10101 11001101 111001 110011

Color Harmonies of #3C8ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8ECA

Black with #3C8ECA

Text Example


Text Example

White with #3C8ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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