Html Css Color HEX #3C81CA Curious Blue

📋 copy color: '#3C81CA'

red 60 ◦ green 129 ◦ blue 202

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

Shades of Curious Blue #3C81CA

Tints of Curious Blue #3C81CA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.99%

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

R = 15.35%
G = 32.99%
B = 51.66%

CMYK

 C value IS 0.70

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3C81CA (or 0x3C81CA) is known color: Curious Blue. HEX triplet: 3C, 81 and CA. RGB value is (60,129,202). Sum of RGB (Red+Green+Blue) = 60+129+202=391 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.35% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C81CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C81CA is #C37E35. Grayscale: #747474. Windows color (decimal): -12811830 or 13271356. OLE color: 13271356.

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

Color convert

RGB 60 129 202 -
CMYK 0.70 0.36 0 0.21
HSL 210.85º 0.57% 0.51% -
HSV(B) 210.85º 0.7% 0.79% -
XYZ 20.37 20.93 58.84 -
YUV 116.69 176.14 87.56 -
System Red Green Blue C M Y K H S L
Decimal 60 129 202 0.70 0.36 0 0.21 210.85 0.57 0.51
Hex 3C 81 CA 46 24 0 15 D3 39 33
Octal 74 201 312 106 44 0 25 323 71 63
Binary 111100 10000001 11001010 1000110 100100 0 10101 11010011 111001 110011

Color Harmonies of #3C81CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C81CA

Black with #3C81CA

Text Example


Text Example

White with #3C81CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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