#364A68

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

Shades of Cello #364A68

Tints of Cello #364A68

Color information

#364A68 (or 0x364A68) is unknown color: approx Cello. HEX triplet: 36, 4A and 68. RGB value is (54,74,104). Sum of RGB (Red+Green+Blue) = 54+74+104=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: blue. Hex color #364A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364A68 is #C9B597. Grayscale: #474747. Windows color (decimal): -13219224 or 6834742. OLE color: 6834742.

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

Color convert

RGB5474104-
CMYK0.480.2900.59
HSL216º31.65%30.98%-
HSV(B)216º48.08%40.78%-
XYZ6.476.6814.05-
YUV71.44146.37115.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.28%
GREEN value IS 74 (29.30% from 255) = 31.90%
BLUE value IS 104 (41.02% from 255) = 44.83%
R=23.28%
G=31.90%
B=44.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54741040.480.2900.5921631.6530.98
Hex364A68301D03Bd8201f
Octal6611215060350733304037
Binary110110100101011010001100001110101110111101100010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,74,104); }

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

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

 a { background-color: rgb(54,74,104); }

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

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

 span { border-color: rgb(54,74,104); }

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