Html Css Color HEX #3C5362 Cello

📋 copy color: '#3C5362'

red 60 ◦ green 83 ◦ blue 98

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

Shades of Cello #3C5362

Tints of Cello #3C5362

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.44%

 BLUE value IS 98 (38.67% from 255) = 40.66%

R = 24.9%
G = 34.44%
B = 40.66%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3C5362 (or 0x3C5362) is known color: Cello. HEX triplet: 3C, 53 and 62. RGB value is (60,83,98). Sum of RGB (Red+Green+Blue) = 60+83+98=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 98 - color contains mainly: blue. Hex color #3C5362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5362 is #C3AC9D. Grayscale: #4D4D4D. Windows color (decimal): -12823710 or 6443836. OLE color: 6443836.

HSL color Cylindrical-coordinate representation of color #3C5362: hue angle of 203.68º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C5362 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 60 83 98 -
CMYK 0.39 0.15 0 0.62
HSL 203.68º 0.24% 0.31% -
HSV(B) 203.68º 0.39% 0.38% -
XYZ 7.16 8.03 12.73 -
YUV 77.83 139.38 115.28 -
System Red Green Blue C M Y K H S L
Decimal 60 83 98 0.39 0.15 0 0.62 203.68 0.24 0.31
Hex 3C 53 62 27 F 0 3E CC 18 1F
Octal 74 123 142 47 17 0 76 314 30 37
Binary 111100 1010011 1100010 100111 1111 0 111110 11001100 11000 11111

Color Harmonies of #3C5362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5362

Black with #3C5362

Text Example


Text Example

White with #3C5362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,83,98); }

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

background-color css

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

 a { background-color: rgb(60,83,98); }

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

border-color css

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

 span { border-color: rgb(60,83,98); }

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