Html Css Color HEX #364B68 Cello

📋 copy color: '#364B68'

red 54 ◦ green 75 ◦ blue 104

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

Shades of Cello #364B68

Tints of Cello #364B68

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.19%

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

R = 23.18%
G = 32.19%
B = 44.64%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#364B68 (or 0x364B68) is known color: Cello. HEX triplet: 36, 4B and 68. RGB value is (54,75,104). Sum of RGB (Red+Green+Blue) = 54+75+104=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 104 - color contains mainly: blue. Hex color #364B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364B68 is #C9B497. Grayscale: #474747. Windows color (decimal): -13218968 or 6834998. OLE color: 6834998.

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

Color convert

RGB 54 75 104 -
CMYK 0.48 0.28 0 0.59
HSL 214.8º 0.32% 0.31% -
HSV(B) 214.8º 0.48% 0.41% -
XYZ 6.54 6.82 14.07 -
YUV 72.03 146.04 115.14 -
System Red Green Blue C M Y K H S L
Decimal 54 75 104 0.48 0.28 0 0.59 214.8 0.32 0.31
Hex 36 4B 68 30 1C 0 3B D7 20 1F
Octal 66 113 150 60 34 0 73 327 40 37
Binary 110110 1001011 1101000 110000 11100 0 111011 11010111 100000 11111

Color Harmonies of #364B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364B68

Black with #364B68

Text Example


Text Example

White with #364B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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