Html Css Color HEX #364D5B Cello

📋 copy color: '#364D5B'

red 54 ◦ green 77 ◦ blue 91

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

Shades of Cello #364D5B

Tints of Cello #364D5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 40.99%

R = 24.32%
G = 34.68%
B = 40.99%

CMYK

 C value IS 0.41

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#364D5B (or 0x364D5B) is known color: Cello. HEX triplet: 36, 4D and 5B. RGB value is (54,77,91). Sum of RGB (Red+Green+Blue) = 54+77+91=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 91 - color contains mainly: blue. Hex color #364D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364D5B is #C9B2A4. Grayscale: #474747. Windows color (decimal): -13218469 or 5983542. OLE color: 5983542.

HSL color Cylindrical-coordinate representation of color #364D5B: hue angle of 202.7º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #364D5B is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 54 77 91 -
CMYK 0.41 0.15 0 0.64
HSL 202.7º 0.26% 0.28% -
HSV(B) 202.7º 0.41% 0.36% -
XYZ 6.06 6.85 10.9 -
YUV 71.72 138.88 115.36 -
System Red Green Blue C M Y K H S L
Decimal 54 77 91 0.41 0.15 0 0.64 202.7 0.26 0.28
Hex 36 4D 5B 29 F 0 40 CB 1A 1C
Octal 66 115 133 51 17 0 100 313 32 34
Binary 110110 1001101 1011011 101001 1111 0 1000000 11001011 11010 11100

Color Harmonies of #364D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364D5B

Black with #364D5B

Text Example


Text Example

White with #364D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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