#364B69

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

Shades of Cello #364B69

Tints of Cello #364B69

Color information

#364B69 (or 0x364B69) is unknown color: approx Cello. HEX triplet: 36, 4B and 69. RGB value is (54,75,105). Sum of RGB (Red+Green+Blue) = 54+75+105=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 75 (29.69% from 255 or 32.05% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 105 - color contains mainly: blue. Hex color #364B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364B69 is #C9B496. Grayscale: #484848. Windows color (decimal): -13218967 or 6900534. OLE color: 6900534.

HSL color Cylindrical-coordinate representation of color #364B69: hue angle of 215.29º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #364B69 is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5475105-
CMYK0.490.2900.59
HSL215.29º32.08%31.18%-
HSV(B)215.29º48.57%41.18%-
XYZ6.596.8414.34-
YUV72.14146.54115.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.08%
GREEN value IS 75 (29.69% from 255) = 32.05%
BLUE value IS 105 (41.41% from 255) = 44.87%
R=23.08%
G=32.05%
B=44.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54751050.490.2900.59215.2932.0831.18
Hex364B69311D03Bd7201f
Octal6611315161350733274037
Binary110110100101111010011100011110101110111101011110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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