Html Css Color HEX #364F65 Cello

📋 copy color: '#364F65'

red 54 ◦ green 79 ◦ blue 101

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

Shades of Cello #364F65

Tints of Cello #364F65

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.76%

 BLUE value IS 101 (39.84% from 255) = 43.16%

R = 23.08%
G = 33.76%
B = 43.16%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#364F65 (or 0x364F65) is known color: Cello. HEX triplet: 36, 4F and 65. RGB value is (54,79,101). Sum of RGB (Red+Green+Blue) = 54+79+101=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 101 - color contains mainly: blue. Hex color #364F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364F65 is #C9B09A. Grayscale: #494949. Windows color (decimal): -13217947 or 6639414. OLE color: 6639414.

HSL color Cylindrical-coordinate representation of color #364F65: hue angle of 208.09º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #364F65 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 54 79 101 -
CMYK 0.47 0.22 0 0.60
HSL 208.09º 0.3% 0.3% -
HSV(B) 208.09º 0.47% 0.4% -
XYZ 6.67 7.32 13.37 -
YUV 74.03 143.22 113.71 -
System Red Green Blue C M Y K H S L
Decimal 54 79 101 0.47 0.22 0 0.60 208.09 0.3 0.3
Hex 36 4F 65 2F 16 0 3C D0 1E 1E
Octal 66 117 145 57 26 0 74 320 36 36
Binary 110110 1001111 1100101 101111 10110 0 111100 11010000 11110 11110

Color Harmonies of #364F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364F65

Black with #364F65

Text Example


Text Example

White with #364F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,79,101); }

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

background-color css

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

 a { background-color: rgb(54,79,101); }

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

border-color css

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

 span { border-color: rgb(54,79,101); }

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