#364E6A

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

Shades of Cello #364E6A

Tints of Cello #364E6A

Color information

#364E6A (or 0x364E6A) is unknown color: approx Cello. HEX triplet: 36, 4E and 6A. RGB value is (54,78,106). Sum of RGB (Red+Green+Blue) = 54+78+106=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 106 - color contains mainly: blue. Hex color #364E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364E6A is #C9B195. Grayscale: #494949. Windows color (decimal): -13218198 or 6966838. OLE color: 6966838.

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

Color convert

RGB5478106-
CMYK0.490.2600.58
HSL212.31º32.5%31.37%-
HSV(B)212.31º49.06%41.57%-
XYZ6.857.2714.68-
YUV74.02146.05113.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.69%
GREEN value IS 78 (30.86% from 255) = 32.77%
BLUE value IS 106 (41.80% from 255) = 44.54%
R=22.69%
G=32.77%
B=44.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54781060.490.2600.58212.3132.531.37
Hex364E6A311A03Ad4201f
Octal6611615261320723244037
Binary110110100111011010101100011101001110101101010010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,78,106); }

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

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

 a { background-color: rgb(54,78,106); }

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

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

 span { border-color: rgb(54,78,106); }

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