Html Css Color HEX #353770 Deep Koamaru

📋 copy color: '#353770'

red 53 ◦ green 55 ◦ blue 112

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

Shades of Deep Koamaru #353770

Tints of Deep Koamaru #353770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25%

 BLUE value IS 112 (44.14% from 255) = 50.91%

R = 24.09%
G = 25%
B = 50.91%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#353770 (or 0x353770) is known color: Deep Koamaru. HEX triplet: 35, 37 and 70. RGB value is (53,55,112). Sum of RGB (Red+Green+Blue) = 53+55+112=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #353770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353770 is #CAC88F. Grayscale: #3C3C3C. Windows color (decimal): -13289616 or 7354165. OLE color: 7354165.

HSL color Cylindrical-coordinate representation of color #353770: hue angle of 237.97º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #353770 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 55 112 -
CMYK 0.53 0.51 0 0.56
HSL 237.97º 0.36% 0.32% -
HSV(B) 237.97º 0.53% 0.44% -
XYZ 5.76 4.66 15.93 -
YUV 60.9 156.84 122.37 -
System Red Green Blue C M Y K H S L
Decimal 53 55 112 0.53 0.51 0 0.56 237.97 0.36 0.32
Hex 35 37 70 35 33 0 38 EE 24 20
Octal 65 67 160 65 63 0 70 356 44 40
Binary 110101 110111 1110000 110101 110011 0 111000 11101110 100100 100000

Color Harmonies of #353770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353770

Black with #353770

Text Example


Text Example

White with #353770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353770; }

 p { color: rgb(53,55,112); }

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

background-color css

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

 a { background-color: rgb(53,55,112); }

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

border-color css

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

 span { border-color: rgb(53,55,112); }

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