#35336B

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

Shades of Deep Koamaru #35336B

Tints of Deep Koamaru #35336B

Color information

#35336B (or 0x35336B) is unknown color: approx Deep Koamaru. HEX triplet: 35, 33 and 6B. RGB value is (53,51,107). Sum of RGB (Red+Green+Blue) = 53+51+107=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #35336B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35336B is #CACC94. Grayscale: #393939. Windows color (decimal): -13290645 or 7025461. OLE color: 7025461.

HSL color Cylindrical-coordinate representation of color #35336B: hue angle of 242.14º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #35336B is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5351107-
CMYK0.500.5200.58
HSL242.14º35.44%30.98%-
HSV(B)242.14º52.34%41.96%-
XYZ5.314.1914.44-
YUV57.98155.66124.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.12%
GREEN value IS 51 (20.31% from 255) = 24.17%
BLUE value IS 107 (42.19% from 255) = 50.71%
R=25.12%
G=24.17%
B=50.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53511070.500.5200.58242.1435.4430.98
Hex35336B323403Af2231f
Octal656315362640723624337
Binary110101110011110101111001011010001110101111001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35336B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35336B; }

 p { color: rgb(53,51,107); }

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

<style>
 a { background-color: #35336B; }

 a { background-color: rgb(53,51,107); }

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

<style>
 span { border-color: #35336B; }

 span { border-color: rgb(53,51,107); }

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