Html Css Color HEX #353274 Deep Koamaru

📋 copy color: '#353274'

red 53 ◦ green 50 ◦ blue 116

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

Shades of Deep Koamaru #353274

Tints of Deep Koamaru #353274

RGB

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

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

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

R = 24.2%
G = 22.83%
B = 52.97%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#353274 (or 0x353274) is known color: Deep Koamaru. HEX triplet: 35, 32 and 74. RGB value is (53,50,116). Sum of RGB (Red+Green+Blue) = 53+50+116=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 116 (45.70% from 255 or 52.97% from 219); Max value from RGB is 116 - color contains mainly: blue. Hex color #353274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353274 is #CACD8B. Grayscale: #3A3A3A. Windows color (decimal): -13290892 or 7615029. OLE color: 7615029.

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

Color convert

RGB 53 50 116 -
CMYK 0.54 0.57 0 0.55
HSL 242.73º 0.4% 0.33% -
HSV(B) 242.73º 0.57% 0.45% -
XYZ 5.76 4.3 17.05 -
YUV 58.42 160.49 124.13 -
System Red Green Blue C M Y K H S L
Decimal 53 50 116 0.54 0.57 0 0.55 242.73 0.4 0.33
Hex 35 32 74 36 39 0 37 F3 28 21
Octal 65 62 164 66 71 0 67 363 50 41
Binary 110101 110010 1110100 110110 111001 0 110111 11110011 101000 100001

Color Harmonies of #353274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353274

Black with #353274

Text Example


Text Example

White with #353274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353274; }

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

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

background-color css

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

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

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

border-color css

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

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

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