Html Css Color HEX #352D75 Deep Koamaru

📋 copy color: '#352D75'

red 53 ◦ green 45 ◦ blue 117

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

Shades of Deep Koamaru #352D75

Tints of Deep Koamaru #352D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 54.42%

R = 24.65%
G = 20.93%
B = 54.42%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#352D75 (or 0x352D75) is known color: Deep Koamaru. HEX triplet: 35, 2D and 75. RGB value is (53,45,117). Sum of RGB (Red+Green+Blue) = 53+45+117=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #352D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352D75 is #CAD28A. Grayscale: #373737. Windows color (decimal): -13292171 or 7679285. OLE color: 7679285.

HSL color Cylindrical-coordinate representation of color #352D75: hue angle of 246.67º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #352D75 is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 45 117 -
CMYK 0.55 0.62 0 0.54
HSL 246.67º 0.44% 0.32% -
HSV(B) 246.67º 0.62% 0.46% -
XYZ 5.62 3.92 17.29 -
YUV 55.6 162.65 126.15 -
System Red Green Blue C M Y K H S L
Decimal 53 45 117 0.55 0.62 0 0.54 246.67 0.44 0.32
Hex 35 2D 75 37 3E 0 36 F7 2C 20
Octal 65 55 165 67 76 0 66 367 54 40
Binary 110101 101101 1110101 110111 111110 0 110110 11110111 101100 100000

Color Harmonies of #352D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352D75

Black with #352D75

Text Example


Text Example

White with #352D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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