Html Css Color HEX #353472 Deep Koamaru

📋 copy color: '#353472'

red 53 ◦ green 52 ◦ blue 114

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

Shades of Deep Koamaru #353472

Tints of Deep Koamaru #353472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.74%

 BLUE value IS 114 (44.92% from 255) = 52.05%

R = 24.2%
G = 23.74%
B = 52.05%

CMYK

 C value IS 0.54

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#353472 (or 0x353472) is known color: Deep Koamaru. HEX triplet: 35, 34 and 72. RGB value is (53,52,114). Sum of RGB (Red+Green+Blue) = 53+52+114=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #353472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353472 is #CACB8D. Grayscale: #3B3B3B. Windows color (decimal): -13290382 or 7484469. OLE color: 7484469.

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

Color convert

RGB 53 52 114 -
CMYK 0.54 0.54 0 0.55
HSL 240.97º 0.37% 0.33% -
HSV(B) 240.97º 0.54% 0.45% -
XYZ 5.73 4.43 16.47 -
YUV 59.37 158.83 123.46 -
System Red Green Blue C M Y K H S L
Decimal 53 52 114 0.54 0.54 0 0.55 240.97 0.37 0.33
Hex 35 34 72 36 36 0 37 F1 25 21
Octal 65 64 162 66 66 0 67 361 45 41
Binary 110101 110100 1110010 110110 110110 0 110111 11110001 100101 100001

Color Harmonies of #353472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353472

Black with #353472

Text Example


Text Example

White with #353472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353472; }

 p { color: rgb(53,52,114); }

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

background-color css

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

 a { background-color: rgb(53,52,114); }

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

border-color css

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

 span { border-color: rgb(53,52,114); }

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