Html Css Color HEX #3C81CB Curious Blue

📋 copy color: '#3C81CB'

red 60 ◦ green 129 ◦ blue 203

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

Shades of Curious Blue #3C81CB

Tints of Curious Blue #3C81CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.79%

R = 15.31%
G = 32.91%
B = 51.79%

CMYK

 C value IS 0.70

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3C81CB (or 0x3C81CB) is known color: Curious Blue. HEX triplet: 3C, 81 and CB. RGB value is (60,129,203). Sum of RGB (Red+Green+Blue) = 60+129+203=392 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.31% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #3C81CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C81CB is #C37E34. Grayscale: #747474. Windows color (decimal): -12811829 or 13336892. OLE color: 13336892.

HSL color Cylindrical-coordinate representation of color #3C81CB: hue angle of 211.05º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C81CB is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 60 129 203 -
CMYK 0.70 0.36 0 0.20
HSL 211.05º 0.58% 0.52% -
HSV(B) 211.05º 0.7% 0.8% -
XYZ 20.49 20.97 59.47 -
YUV 116.81 176.64 87.48 -
System Red Green Blue C M Y K H S L
Decimal 60 129 203 0.70 0.36 0 0.20 211.05 0.58 0.52
Hex 3C 81 CB 46 24 0 14 D3 3A 34
Octal 74 201 313 106 44 0 24 323 72 64
Binary 111100 10000001 11001011 1000110 100100 0 10100 11010011 111010 110100

Color Harmonies of #3C81CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C81CB

Black with #3C81CB

Text Example


Text Example

White with #3C81CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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