#35346E

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

Shades of Deep Koamaru #35346E

Tints of Deep Koamaru #35346E

Color information

#35346E (or 0x35346E) is unknown color: approx Deep Koamaru. HEX triplet: 35, 34 and 6E. RGB value is (53,52,110). Sum of RGB (Red+Green+Blue) = 53+52+110=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 110 (43.36% from 255 or 51.16% from 215); Max value from RGB is 110 - color contains mainly: blue. Hex color #35346E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35346E is #CACB91. Grayscale: #3A3A3A. Windows color (decimal): -13290386 or 7222325. OLE color: 7222325.

HSL color Cylindrical-coordinate representation of color #35346E: hue angle of 241.03º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #35346E is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5352110-
CMYK0.520.5300.57
HSL241.03º35.8%31.76%-
HSV(B)241.03º52.73%43.14%-
XYZ5.514.3415.3-
YUV58.91156.83123.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.65%
GREEN value IS 52 (20.70% from 255) = 24.19%
BLUE value IS 110 (43.36% from 255) = 51.16%
R=24.65%
G=24.19%
B=51.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal53521100.520.5300.57241.0335.831.76
Hex35346E3435039f12420
Octal656415664650713614440
Binary1101011101001101110110100110101011100111110001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35346E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35346E; }

 p { color: rgb(53,52,110); }

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

<style>
 a { background-color: #35346E; }

 a { background-color: rgb(53,52,110); }

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

<style>
 span { border-color: #35346E; }

 span { border-color: rgb(53,52,110); }

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