Html Css Color HEX #364F6C Cello

📋 copy color: '#364F6C'

red 54 ◦ green 79 ◦ blue 108

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

Shades of Cello #364F6C

Tints of Cello #364F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.81%

R = 22.41%
G = 32.78%
B = 44.81%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#364F6C (or 0x364F6C) is known color: Cello. HEX triplet: 36, 4F and 6C. RGB value is (54,79,108). Sum of RGB (Red+Green+Blue) = 54+79+108=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 108 - color contains mainly: blue. Hex color #364F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364F6C is #C9B093. Grayscale: #4A4A4A. Windows color (decimal): -13217940 or 7098166. OLE color: 7098166.

HSL color Cylindrical-coordinate representation of color #364F6C: hue angle of 212.22º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #364F6C is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 79 108 -
CMYK 0.50 0.27 0 0.58
HSL 212.22º 0.33% 0.32% -
HSV(B) 212.22º 0.5% 0.42% -
XYZ 7.02 7.46 15.26 -
YUV 74.83 146.72 113.14 -
System Red Green Blue C M Y K H S L
Decimal 54 79 108 0.50 0.27 0 0.58 212.22 0.33 0.32
Hex 36 4F 6C 32 1B 0 3A D4 21 20
Octal 66 117 154 62 33 0 72 324 41 40
Binary 110110 1001111 1101100 110010 11011 0 111010 11010100 100001 100000

Color Harmonies of #364F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364F6C

Black with #364F6C

Text Example


Text Example

White with #364F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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