#35315E

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

Shades of Deep Koamaru #35315E

Tints of Deep Koamaru #35315E

Color information

#35315E (or 0x35315E) is unknown color: approx Deep Koamaru. HEX triplet: 35, 31 and 5E. RGB value is (53,49,94). Sum of RGB (Red+Green+Blue) = 53+49+94=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 94 - color contains mainly: blue. Hex color #35315E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35315E is #CACEA1. Grayscale: #373737. Windows color (decimal): -13291170 or 6172981. OLE color: 6172981.

HSL color Cylindrical-coordinate representation of color #35315E: hue angle of 245.33º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #35315E is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB534994-
CMYK0.440.4800.63
HSL245.33º31.47%28.04%-
HSV(B)245.33º47.87%36.86%-
XYZ4.593.7611.07-
YUV55.33149.83126.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.04%
GREEN value IS 49 (19.53% from 255) = 25%
BLUE value IS 94 (37.11% from 255) = 47.96%
R=27.04%
G=25%
B=47.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5349940.440.4800.63245.3331.4728.04
Hex35315E2C3003Ff51f1c
Octal656113654600773653734
Binary11010111000110111101011001100000111111111101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35315E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,49,94); }

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

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

 a { background-color: rgb(53,49,94); }

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

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

 span { border-color: rgb(53,49,94); }

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