Html Css Color HEX #364D68 Cello

📋 copy color: '#364D68'

red 54 ◦ green 77 ◦ blue 104

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

Shades of Cello #364D68

Tints of Cello #364D68

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.77%

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

R = 22.98%
G = 32.77%
B = 44.26%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#364D68 (or 0x364D68) is known color: Cello. HEX triplet: 36, 4D and 68. RGB value is (54,77,104). Sum of RGB (Red+Green+Blue) = 54+77+104=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 104 - color contains mainly: blue. Hex color #364D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364D68 is #C9B297. Grayscale: #494949. Windows color (decimal): -13218456 or 6835510. OLE color: 6835510.

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

Color convert

RGB 54 77 104 -
CMYK 0.48 0.26 0 0.59
HSL 212.4º 0.32% 0.31% -
HSV(B) 212.4º 0.48% 0.41% -
XYZ 6.67 7.09 14.11 -
YUV 73.2 145.38 114.3 -
System Red Green Blue C M Y K H S L
Decimal 54 77 104 0.48 0.26 0 0.59 212.4 0.32 0.31
Hex 36 4D 68 30 1A 0 3B D4 20 1F
Octal 66 115 150 60 32 0 73 324 40 37
Binary 110110 1001101 1101000 110000 11010 0 111011 11010100 100000 11111

Color Harmonies of #364D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364D68

Black with #364D68

Text Example


Text Example

White with #364D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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