Html Css Color HEX #364C68 Cello

📋 copy color: '#364C68'

red 54 ◦ green 76 ◦ blue 104

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

Shades of Cello #364C68

Tints of Cello #364C68

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.48%

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

R = 23.08%
G = 32.48%
B = 44.44%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#364C68 (or 0x364C68) is known color: Cello. HEX triplet: 36, 4C and 68. RGB value is (54,76,104). Sum of RGB (Red+Green+Blue) = 54+76+104=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 104 - color contains mainly: blue. Hex color #364C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364C68 is #C9B397. Grayscale: #484848. Windows color (decimal): -13218712 or 6835254. OLE color: 6835254.

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

Color convert

RGB 54 76 104 -
CMYK 0.48 0.27 0 0.59
HSL 213.6º 0.32% 0.31% -
HSV(B) 213.6º 0.48% 0.41% -
XYZ 6.6 6.95 14.09 -
YUV 72.61 145.71 114.72 -
System Red Green Blue C M Y K H S L
Decimal 54 76 104 0.48 0.27 0 0.59 213.6 0.32 0.31
Hex 36 4C 68 30 1B 0 3B D6 20 1F
Octal 66 114 150 60 33 0 73 326 40 37
Binary 110110 1001100 1101000 110000 11011 0 111011 11010110 100000 11111

Color Harmonies of #364C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364C68

Black with #364C68

Text Example


Text Example

White with #364C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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