Html Css Color HEX #353374 Deep Koamaru

📋 copy color: '#353374'

red 53 ◦ green 51 ◦ blue 116

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

Shades of Deep Koamaru #353374

Tints of Deep Koamaru #353374

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.18%

 BLUE value IS 116 (45.7% from 255) = 52.73%

R = 24.09%
G = 23.18%
B = 52.73%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#353374 (or 0x353374) is known color: Deep Koamaru. HEX triplet: 35, 33 and 74. RGB value is (53,51,116). Sum of RGB (Red+Green+Blue) = 53+51+116=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 116 (45.70% from 255 or 52.73% from 220); Max value from RGB is 116 - color contains mainly: blue. Hex color #353374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353374 is #CACC8B. Grayscale: #3A3A3A. Windows color (decimal): -13290636 or 7615285. OLE color: 7615285.

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

Color convert

RGB 53 51 116 -
CMYK 0.54 0.56 0 0.55
HSL 241.85º 0.39% 0.33% -
HSV(B) 241.85º 0.56% 0.45% -
XYZ 5.8 4.39 17.06 -
YUV 59.01 160.16 123.71 -
System Red Green Blue C M Y K H S L
Decimal 53 51 116 0.54 0.56 0 0.55 241.85 0.39 0.33
Hex 35 33 74 36 38 0 37 F2 27 21
Octal 65 63 164 66 70 0 67 362 47 41
Binary 110101 110011 1110100 110110 111000 0 110111 11110010 100111 100001

Color Harmonies of #353374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353374

Black with #353374

Text Example


Text Example

White with #353374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353374; }

 p { color: rgb(53,51,116); }

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

background-color css

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

 a { background-color: rgb(53,51,116); }

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

border-color css

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

 span { border-color: rgb(53,51,116); }

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