Html Css Color HEX #353277 Deep Koamaru

📋 copy color: '#353277'

red 53 ◦ green 50 ◦ blue 119

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

Shades of Deep Koamaru #353277

Tints of Deep Koamaru #353277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 53.6%

R = 23.87%
G = 22.52%
B = 53.6%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#353277 (or 0x353277) is known color: Deep Koamaru. HEX triplet: 35, 32 and 77. RGB value is (53,50,119). Sum of RGB (Red+Green+Blue) = 53+50+119=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #353277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353277 is #CACD88. Grayscale: #3A3A3A. Windows color (decimal): -13290889 or 7811637. OLE color: 7811637.

HSL color Cylindrical-coordinate representation of color #353277: hue angle of 242.61º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #353277 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 50 119 -
CMYK 0.55 0.58 0 0.53
HSL 242.61º 0.41% 0.33% -
HSV(B) 242.61º 0.58% 0.47% -
XYZ 5.94 4.37 17.98 -
YUV 58.76 161.99 123.89 -
System Red Green Blue C M Y K H S L
Decimal 53 50 119 0.55 0.58 0 0.53 242.61 0.41 0.33
Hex 35 32 77 37 3A 0 35 F3 29 21
Octal 65 62 167 67 72 0 65 363 51 41
Binary 110101 110010 1110111 110111 111010 0 110101 11110011 101001 100001

Color Harmonies of #353277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353277

Black with #353277

Text Example


Text Example

White with #353277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353277; }

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

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

background-color css

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

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

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

border-color css

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

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

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