Html Css Color HEX #353275 Deep Koamaru

📋 copy color: '#353275'

red 53 ◦ green 50 ◦ blue 117

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

Shades of Deep Koamaru #353275

Tints of Deep Koamaru #353275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.73%

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

R = 24.09%
G = 22.73%
B = 53.18%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#353275 (or 0x353275) is known color: Deep Koamaru. HEX triplet: 35, 32 and 75. RGB value is (53,50,117). Sum of RGB (Red+Green+Blue) = 53+50+117=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #353275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353275 is #CACD8A. Grayscale: #3A3A3A. Windows color (decimal): -13290891 or 7680565. OLE color: 7680565.

HSL color Cylindrical-coordinate representation of color #353275: hue angle of 242.69º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #353275 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 50 117 -
CMYK 0.55 0.57 0 0.54
HSL 242.69º 0.4% 0.33% -
HSV(B) 242.69º 0.57% 0.46% -
XYZ 5.82 4.32 17.36 -
YUV 58.54 160.99 124.05 -
System Red Green Blue C M Y K H S L
Decimal 53 50 117 0.55 0.57 0 0.54 242.69 0.4 0.33
Hex 35 32 75 37 39 0 36 F3 28 21
Octal 65 62 165 67 71 0 66 363 50 41
Binary 110101 110010 1110101 110111 111001 0 110110 11110011 101000 100001

Color Harmonies of #353275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353275

Black with #353275

Text Example


Text Example

White with #353275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353275; }

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

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

background-color css

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

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

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

border-color css

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

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

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