Html Css Color HEX #353671 Deep Koamaru

📋 copy color: '#353671'

red 53 ◦ green 54 ◦ blue 113

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

Shades of Deep Koamaru #353671

Tints of Deep Koamaru #353671

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.55%

 BLUE value IS 113 (44.53% from 255) = 51.36%

R = 24.09%
G = 24.55%
B = 51.36%

CMYK

 C value IS 0.53

 M value IS 0.52

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#353671 (or 0x353671) is known color: Deep Koamaru. HEX triplet: 35, 36 and 71. RGB value is (53,54,113). Sum of RGB (Red+Green+Blue) = 53+54+113=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #353671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353671 is #CAC98E. Grayscale: #3C3C3C. Windows color (decimal): -13289871 or 7419445. OLE color: 7419445.

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

Color convert

RGB 53 54 113 -
CMYK 0.53 0.52 0 0.56
HSL 239º 0.36% 0.33% -
HSV(B) 239º 0.53% 0.44% -
XYZ 5.77 4.59 16.2 -
YUV 60.43 157.67 122.7 -
System Red Green Blue C M Y K H S L
Decimal 53 54 113 0.53 0.52 0 0.56 239 0.36 0.33
Hex 35 36 71 35 34 0 38 EF 24 21
Octal 65 66 161 65 64 0 70 357 44 41
Binary 110101 110110 1110001 110101 110100 0 111000 11101111 100100 100001

Color Harmonies of #353671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353671

Black with #353671

Text Example


Text Example

White with #353671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353671; }

 p { color: rgb(53,54,113); }

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

background-color css

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

 a { background-color: rgb(53,54,113); }

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

border-color css

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

 span { border-color: rgb(53,54,113); }

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