Html Css Color HEX #364C65 Cello

📋 copy color: '#364C65'

red 54 ◦ green 76 ◦ blue 101

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

Shades of Cello #364C65

Tints of Cello #364C65

RGB

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

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

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

R = 23.38%
G = 32.9%
B = 43.72%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#364C65 (or 0x364C65) is known color: Cello. HEX triplet: 36, 4C and 65. RGB value is (54,76,101). Sum of RGB (Red+Green+Blue) = 54+76+101=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 101 - color contains mainly: blue. Hex color #364C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364C65 is #C9B39A. Grayscale: #484848. Windows color (decimal): -13218715 or 6638646. OLE color: 6638646.

HSL color Cylindrical-coordinate representation of color #364C65: hue angle of 211.91º 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 #364C65 is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 54 76 101 -
CMYK 0.47 0.25 0 0.60
HSL 211.91º 0.3% 0.3% -
HSV(B) 211.91º 0.47% 0.4% -
XYZ 6.45 6.89 13.3 -
YUV 72.27 144.21 114.97 -
System Red Green Blue C M Y K H S L
Decimal 54 76 101 0.47 0.25 0 0.60 211.91 0.3 0.3
Hex 36 4C 65 2F 19 0 3C D4 1E 1E
Octal 66 114 145 57 31 0 74 324 36 36
Binary 110110 1001100 1100101 101111 11001 0 111100 11010100 11110 11110

Color Harmonies of #364C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364C65

Black with #364C65

Text Example


Text Example

White with #364C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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