Html Css Color HEX #365062 Cello

📋 copy color: '#365062'

red 54 ◦ green 80 ◦ blue 98

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

Shades of Cello #365062

Tints of Cello #365062

RGB

 RED value IS 54 (21.48% from 255) = 23.28%

 GREEN value IS 80 (31.64% from 255) = 34.48%

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

R = 23.28%
G = 34.48%
B = 42.24%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#365062 (or 0x365062) is known color: Cello. HEX triplet: 36, 50 and 62. RGB value is (54,80,98). Sum of RGB (Red+Green+Blue) = 54+80+98=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 98 - color contains mainly: blue. Hex color #365062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365062 is #C9AF9D. Grayscale: #4A4A4A. Windows color (decimal): -13217694 or 6443062. OLE color: 6443062.

HSL color Cylindrical-coordinate representation of color #365062: hue angle of 204.55º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #365062 is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 80 98 -
CMYK 0.45 0.18 0 0.62
HSL 204.55º 0.29% 0.3% -
HSV(B) 204.55º 0.45% 0.38% -
XYZ 6.59 7.4 12.64 -
YUV 74.28 141.39 113.54 -
System Red Green Blue C M Y K H S L
Decimal 54 80 98 0.45 0.18 0 0.62 204.55 0.29 0.3
Hex 36 50 62 2D 12 0 3E CD 1D 1E
Octal 66 120 142 55 22 0 76 315 35 36
Binary 110110 1010000 1100010 101101 10010 0 111110 11001101 11101 11110

Color Harmonies of #365062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365062

Black with #365062

Text Example


Text Example

White with #365062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365062; }

 p { color: rgb(54,80,98); }

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

background-color css

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

 a { background-color: rgb(54,80,98); }

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

border-color css

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

 span { border-color: rgb(54,80,98); }

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