Html Css Color HEX #365468 Cello

📋 copy color: '#365468'

red 54 ◦ green 84 ◦ blue 104

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

Shades of Cello #365468

Tints of Cello #365468

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.71%

 BLUE value IS 104 (41.02% from 255) = 42.98%

R = 22.31%
G = 34.71%
B = 42.98%

CMYK

 C value IS 0.48

 M value IS 0.19

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#365468 (or 0x365468) is known color: Cello. HEX triplet: 36, 54 and 68. RGB value is (54,84,104). Sum of RGB (Red+Green+Blue) = 54+84+104=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 104 - color contains mainly: blue. Hex color #365468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365468 is #C9AB97. Grayscale: #4D4D4D. Windows color (decimal): -13216664 or 6837302. OLE color: 6837302.

HSL color Cylindrical-coordinate representation of color #365468: hue angle of 204º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #365468 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 84 104 -
CMYK 0.48 0.19 0 0.59
HSL 204º 0.32% 0.31% -
HSV(B) 204º 0.48% 0.41% -
XYZ 7.19 8.12 14.29 -
YUV 77.31 143.06 111.37 -
System Red Green Blue C M Y K H S L
Decimal 54 84 104 0.48 0.19 0 0.59 204 0.32 0.31
Hex 36 54 68 30 13 0 3B CC 20 1F
Octal 66 124 150 60 23 0 73 314 40 37
Binary 110110 1010100 1101000 110000 10011 0 111011 11001100 100000 11111

Color Harmonies of #365468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365468

Black with #365468

Text Example


Text Example

White with #365468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365468; }

 p { color: rgb(54,84,104); }

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

background-color css

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

 a { background-color: rgb(54,84,104); }

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

border-color css

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

 span { border-color: rgb(54,84,104); }

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