#364B66

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

Shades of Cello #364B66

Tints of Cello #364B66

Color information

#364B66 (or 0x364B66) is unknown color: approx Cello. HEX triplet: 36, 4B and 66. RGB value is (54,75,102). Sum of RGB (Red+Green+Blue) = 54+75+102=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 75 (29.69% from 255 or 32.47% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 102 - color contains mainly: blue. Hex color #364B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364B66 is #C9B499. Grayscale: #474747. Windows color (decimal): -13218970 or 6703926. OLE color: 6703926.

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

Color convert

RGB5475102-
CMYK0.470.2600.6
HSL213.75º30.77%30.59%-
HSV(B)213.75º47.06%40%-
XYZ6.446.7813.54-
YUV71.8145.04115.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.38%
GREEN value IS 75 (29.69% from 255) = 32.47%
BLUE value IS 102 (40.23% from 255) = 44.16%
R=23.38%
G=32.47%
B=44.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal54751020.470.2600.6213.7530.7730.59
Hex364B662F1A03Cd61f1f
Octal6611314657320743263737
Binary11011010010111100110101111110100111100110101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,75,102); }

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

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

 a { background-color: rgb(54,75,102); }

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

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

 span { border-color: rgb(54,75,102); }

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