Html Css Color HEX #352D6B Deep Koamaru

📋 copy color: '#352D6B'

red 53 ◦ green 45 ◦ blue 107

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

Shades of Deep Koamaru #352D6B

Tints of Deep Koamaru #352D6B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.95%

 BLUE value IS 107 (42.19% from 255) = 52.2%

R = 25.85%
G = 21.95%
B = 52.2%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#352D6B (or 0x352D6B) is known color: Deep Koamaru. HEX triplet: 35, 2D and 6B. RGB value is (53,45,107). Sum of RGB (Red+Green+Blue) = 53+45+107=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 107 (42.19% from 255 or 52.20% from 205); Max value from RGB is 107 - color contains mainly: blue. Hex color #352D6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352D6B is #CAD294. Grayscale: #363636. Windows color (decimal): -13292181 or 7023925. OLE color: 7023925.

HSL color Cylindrical-coordinate representation of color #352D6B: hue angle of 247.74º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #352D6B is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 45 107 -
CMYK 0.50 0.58 0 0.58
HSL 247.74º 0.41% 0.3% -
HSV(B) 247.74º 0.58% 0.42% -
XYZ 5.06 3.7 14.36 -
YUV 54.46 157.65 126.96 -
System Red Green Blue C M Y K H S L
Decimal 53 45 107 0.50 0.58 0 0.58 247.74 0.41 0.3
Hex 35 2D 6B 32 3A 0 3A F8 29 1E
Octal 65 55 153 62 72 0 72 370 51 36
Binary 110101 101101 1101011 110010 111010 0 111010 11111000 101001 11110

Color Harmonies of #352D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352D6B

Black with #352D6B

Text Example


Text Example

White with #352D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,45,107); }

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

background-color css

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

 a { background-color: rgb(53,45,107); }

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

border-color css

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

 span { border-color: rgb(53,45,107); }

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