#364C6B

Color #364C6B Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #364C6B

Tints of Cello #364C6B

Color information

#364C6B (or 0x364C6B) is unknown color: approx Cello. HEX triplet: 36, 4C and 6B. RGB value is (54,76,107). Sum of RGB (Red+Green+Blue) = 54+76+107=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 107 (42.19% from 255 or 45.15% from 237); Max value from RGB is 107 - color contains mainly: blue. Hex color #364C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364C6B is #C9B394. Grayscale: #484848. Windows color (decimal): -13218709 or 7031862. OLE color: 7031862.

HSL color Cylindrical-coordinate representation of color #364C6B: hue angle of 215.09º 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 #364C6B is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5476107-
CMYK0.500.2900.58
HSL215.09º32.92%31.57%-
HSV(B)215.09º49.53%41.96%-
XYZ6.767.0114.91-
YUV72.96147.21114.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.78%
GREEN value IS 76 (30.08% from 255) = 32.07%
BLUE value IS 107 (42.19% from 255) = 45.15%
R=22.78%
G=32.07%
B=45.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54761070.500.2900.58215.0932.9231.57
Hex364C6B321D03Ad72120
Octal6611415362350723274140
Binary1101101001100110101111001011101011101011010111100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #364C6B;
 }
 .AnyTagClassName
 {
   color: #364C6B;
 }
</style>
background-color css

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

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

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

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

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

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