Html Css Color HEX #352F6D Deep Koamaru

📋 copy color: '#352F6D'

red 53 ◦ green 47 ◦ blue 109

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

Shades of Deep Koamaru #352F6D

Tints of Deep Koamaru #352F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 52.15%

R = 25.36%
G = 22.49%
B = 52.15%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#352F6D (or 0x352F6D) is known color: Deep Koamaru. HEX triplet: 35, 2F and 6D. RGB value is (53,47,109). Sum of RGB (Red+Green+Blue) = 53+47+109=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #352F6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352F6D is #CAD092. Grayscale: #373737. Windows color (decimal): -13291667 or 7155509. OLE color: 7155509.

HSL color Cylindrical-coordinate representation of color #352F6D: hue angle of 245.81º 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 #352F6D is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 53 47 109 -
CMYK 0.51 0.57 0 0.57
HSL 245.81º 0.4% 0.31% -
HSV(B) 245.81º 0.57% 0.43% -
XYZ 5.25 3.89 14.94 -
YUV 55.86 157.99 125.96 -
System Red Green Blue C M Y K H S L
Decimal 53 47 109 0.51 0.57 0 0.57 245.81 0.4 0.31
Hex 35 2F 6D 33 39 0 39 F6 28 1F
Octal 65 57 155 63 71 0 71 366 50 37
Binary 110101 101111 1101101 110011 111001 0 111001 11110110 101000 11111

Color Harmonies of #352F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352F6D

Black with #352F6D

Text Example


Text Example

White with #352F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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