#35366F

Color #35366F Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #35366F

Tints of Deep Koamaru #35366F

Color information

#35366F (or 0x35366F) is unknown color: approx Deep Koamaru. HEX triplet: 35, 36 and 6F. RGB value is (53,54,111). Sum of RGB (Red+Green+Blue) = 53+54+111=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 111 (43.75% from 255 or 50.92% from 218); Max value from RGB is 111 - color contains mainly: blue. Hex color #35366F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35366F is #CAC990. Grayscale: #3B3B3B. Windows color (decimal): -13289873 or 7288373. OLE color: 7288373.

HSL color Cylindrical-coordinate representation of color #35366F: hue angle of 238.97º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #35366F is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5354111-
CMYK0.520.5100.56
HSL238.97º35.37%32.16%-
HSV(B)238.97º52.25%43.53%-
XYZ5.664.5415.62-
YUV60.2156.67122.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.31%
GREEN value IS 54 (21.48% from 255) = 24.77%
BLUE value IS 111 (43.75% from 255) = 50.92%
R=24.31%
G=24.77%
B=50.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53541110.520.5100.56238.9735.3732.16
Hex35366F3433038ef2320
Octal656615764630703574340
Binary1101011101101101111110100110011011100011101111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35366F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35366F; }

 p { color: rgb(53,54,111); }

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

<style>
 a { background-color: #35366F; }

 a { background-color: rgb(53,54,111); }

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

<style>
 span { border-color: #35366F; }

 span { border-color: rgb(53,54,111); }

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