Html Css Color HEX #364B61 Cello

📋 copy color: '#364B61'

red 54 ◦ green 75 ◦ blue 97

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

Shades of Cello #364B61

Tints of Cello #364B61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 42.92%

R = 23.89%
G = 33.19%
B = 42.92%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#364B61 (or 0x364B61) is known color: Cello. HEX triplet: 36, 4B and 61. RGB value is (54,75,97). Sum of RGB (Red+Green+Blue) = 54+75+97=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 97 - color contains mainly: blue. Hex color #364B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364B61 is #C9B49E. Grayscale: #474747. Windows color (decimal): -13218975 or 6376246. OLE color: 6376246.

HSL color Cylindrical-coordinate representation of color #364B61: hue angle of 210.7º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #364B61 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 75 97 -
CMYK 0.44 0.23 0 0.62
HSL 210.7º 0.28% 0.3% -
HSV(B) 210.7º 0.44% 0.38% -
XYZ 6.2 6.68 12.27 -
YUV 71.23 142.54 115.71 -
System Red Green Blue C M Y K H S L
Decimal 54 75 97 0.44 0.23 0 0.62 210.7 0.28 0.3
Hex 36 4B 61 2C 17 0 3E D3 1C 1E
Octal 66 113 141 54 27 0 76 323 34 36
Binary 110110 1001011 1100001 101100 10111 0 111110 11010011 11100 11110

Color Harmonies of #364B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364B61

Black with #364B61

Text Example


Text Example

White with #364B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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