Html Css Color HEX #365368 Cello

📋 copy color: '#365368'

red 54 ◦ green 83 ◦ blue 104

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

Shades of Cello #365368

Tints of Cello #365368

RGB

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

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

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

R = 22.41%
G = 34.44%
B = 43.15%

CMYK

 C value IS 0.48

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#365368 (or 0x365368) is known color: Cello. HEX triplet: 36, 53 and 68. RGB value is (54,83,104). Sum of RGB (Red+Green+Blue) = 54+83+104=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 104 - color contains mainly: blue. Hex color #365368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365368 is #C9AC97. Grayscale: #4C4C4C. Windows color (decimal): -13216920 or 6837046. OLE color: 6837046.

HSL color Cylindrical-coordinate representation of color #365368: hue angle of 205.2º 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 #365368 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 83 104 -
CMYK 0.48 0.20 0 0.59
HSL 205.2º 0.32% 0.31% -
HSV(B) 205.2º 0.48% 0.41% -
XYZ 7.11 7.97 14.26 -
YUV 76.72 143.39 111.79 -
System Red Green Blue C M Y K H S L
Decimal 54 83 104 0.48 0.20 0 0.59 205.2 0.32 0.31
Hex 36 53 68 30 14 0 3B CD 20 1F
Octal 66 123 150 60 24 0 73 315 40 37
Binary 110110 1010011 1101000 110000 10100 0 111011 11001101 100000 11111

Color Harmonies of #365368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365368

Black with #365368

Text Example


Text Example

White with #365368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365368; }

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

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

background-color css

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

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

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

border-color css

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

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

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