Html Css Color HEX #364F6D Cello

📋 copy color: '#364F6D'

red 54 ◦ green 79 ◦ blue 109

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

Shades of Cello #364F6D

Tints of Cello #364F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 45.04%

R = 22.31%
G = 32.64%
B = 45.04%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#364F6D (or 0x364F6D) is known color: Cello. HEX triplet: 36, 4F and 6D. RGB value is (54,79,109). Sum of RGB (Red+Green+Blue) = 54+79+109=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 109 - color contains mainly: blue. Hex color #364F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364F6D is #C9B092. Grayscale: #4A4A4A. Windows color (decimal): -13217939 or 7163702. OLE color: 7163702.

HSL color Cylindrical-coordinate representation of color #364F6D: hue angle of 212.73º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #364F6D is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 54 79 109 -
CMYK 0.50 0.28 0 0.57
HSL 212.73º 0.34% 0.32% -
HSV(B) 212.73º 0.5% 0.43% -
XYZ 7.08 7.48 15.54 -
YUV 74.95 147.22 113.06 -
System Red Green Blue C M Y K H S L
Decimal 54 79 109 0.50 0.28 0 0.57 212.73 0.34 0.32
Hex 36 4F 6D 32 1C 0 39 D5 22 20
Octal 66 117 155 62 34 0 71 325 42 40
Binary 110110 1001111 1101101 110010 11100 0 111001 11010101 100010 100000

Color Harmonies of #364F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364F6D

Black with #364F6D

Text Example


Text Example

White with #364F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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