Html Css Color HEX #365068 Cello

📋 copy color: '#365068'

red 54 ◦ green 80 ◦ blue 104

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

Shades of Cello #365068

Tints of Cello #365068

RGB

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

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

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

R = 22.69%
G = 33.61%
B = 43.7%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#365068 (or 0x365068) is known color: Cello. HEX triplet: 36, 50 and 68. RGB value is (54,80,104). Sum of RGB (Red+Green+Blue) = 54+80+104=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 104 - color contains mainly: blue. Hex color #365068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365068 is #C9AF97. Grayscale: #4A4A4A. Windows color (decimal): -13217688 or 6836278. OLE color: 6836278.

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

Color convert

RGB 54 80 104 -
CMYK 0.48 0.23 0 0.59
HSL 208.8º 0.32% 0.31% -
HSV(B) 208.8º 0.48% 0.41% -
XYZ 6.89 7.52 14.19 -
YUV 74.96 144.39 113.05 -
System Red Green Blue C M Y K H S L
Decimal 54 80 104 0.48 0.23 0 0.59 208.8 0.32 0.31
Hex 36 50 68 30 17 0 3B D1 20 1F
Octal 66 120 150 60 27 0 73 321 40 37
Binary 110110 1010000 1101000 110000 10111 0 111011 11010001 100000 11111

Color Harmonies of #365068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365068

Black with #365068

Text Example


Text Example

White with #365068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365068; }

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

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

background-color css

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

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

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

border-color css

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

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

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