Html Css Color HEX #352F6E Deep Koamaru

📋 copy color: '#352F6E'

red 53 ◦ green 47 ◦ blue 110

#352F6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Koamaru #352F6E

Tints of Deep Koamaru #352F6E

RGB

 RED value IS 53 (21.09% from 255) = 25.24%

 GREEN value IS 47 (18.75% from 255) = 22.38%

 BLUE value IS 110 (43.36% from 255) = 52.38%

R = 25.24%
G = 22.38%
B = 52.38%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#352F6E (or 0x352F6E) is known color: Deep Koamaru. HEX triplet: 35, 2F and 6E. RGB value is (53,47,110). Sum of RGB (Red+Green+Blue) = 53+47+110=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 110 (43.36% from 255 or 52.38% from 210); Max value from RGB is 110 - color contains mainly: blue. Hex color #352F6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352F6E is #CAD091. Grayscale: #373737. Windows color (decimal): -13291666 or 7221045. OLE color: 7221045.

HSL color Cylindrical-coordinate representation of color #352F6E: hue angle of 245.71º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #352F6E is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 53 47 110 -
CMYK 0.52 0.57 0 0.57
HSL 245.71º 0.4% 0.31% -
HSV(B) 245.71º 0.57% 0.43% -
XYZ 5.3 3.92 15.23 -
YUV 55.98 158.49 125.88 -
System Red Green Blue C M Y K H S L
Decimal 53 47 110 0.52 0.57 0 0.57 245.71 0.4 0.31
Hex 35 2F 6E 34 39 0 39 F6 28 1F
Octal 65 57 156 64 71 0 71 366 50 37
Binary 110101 101111 1101110 110100 111001 0 111001 11110110 101000 11111

Color Harmonies of #352F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352F6E

Black with #352F6E

Text Example


Text Example

White with #352F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352F6E; }

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

 H1.HeaderClassName
 {
   color: #352F6E;
 }
 .AnyTagClassName
 {
   color: #352F6E;
 }
</style>

background-color css

<style>
 a { background-color: #352F6E; }

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

 div.DivClassName
 {
   background-color: #352F6E;
 }
 .BgClassName
 {
   background-color: #352F6E;
 }
</style>

border-color css

<style>
 span { border-color: #352F6E; }

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

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