#35306A

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

Shades of Deep Koamaru #35306A

Tints of Deep Koamaru #35306A

Color information

#35306A (or 0x35306A) is unknown color: approx Deep Koamaru. HEX triplet: 35, 30 and 6A. RGB value is (53,48,106). Sum of RGB (Red+Green+Blue) = 53+48+106=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 106 (41.80% from 255 or 51.21% from 207); Max value from RGB is 106 - color contains mainly: blue. Hex color #35306A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35306A is #CACF95. Grayscale: #373737. Windows color (decimal): -13291414 or 6959157. OLE color: 6959157.

HSL color Cylindrical-coordinate representation of color #35306A: hue angle of 245.17º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35306A is Cyan = 0.5, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5348106-
CMYK0.50.5500.58
HSL245.17º37.66%30.2%-
HSV(B)245.17º54.72%41.57%-
XYZ5.133.9114.12-
YUV56.11156.16125.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.60%
GREEN value IS 48 (19.14% from 255) = 23.19%
BLUE value IS 106 (41.80% from 255) = 51.21%
R=25.60%
G=23.19%
B=51.21%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53481060.50.5500.58245.1737.6630.2
Hex35306A323703Af5261e
Octal656015262670723654636
Binary110101110000110101011001011011101110101111010110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35306A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35306A; }

 p { color: rgb(53,48,106); }

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

<style>
 a { background-color: #35306A; }

 a { background-color: rgb(53,48,106); }

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

<style>
 span { border-color: #35306A; }

 span { border-color: rgb(53,48,106); }

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