Html Css Color HEX #353361 Deep Koamaru

📋 copy color: '#353361'

red 53 ◦ green 51 ◦ blue 97

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

Shades of Deep Koamaru #353361

Tints of Deep Koamaru #353361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 48.26%

R = 26.37%
G = 25.37%
B = 48.26%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#353361 (or 0x353361) is known color: Deep Koamaru. HEX triplet: 35, 33 and 61. RGB value is (53,51,97). Sum of RGB (Red+Green+Blue) = 53+51+97=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #353361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353361 is #CACC9E. Grayscale: #383838. Windows color (decimal): -13290655 or 6370101. OLE color: 6370101.

HSL color Cylindrical-coordinate representation of color #353361: hue angle of 242.61º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #353361 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 51 97 -
CMYK 0.45 0.47 0 0.62
HSL 242.61º 0.31% 0.29% -
HSV(B) 242.61º 0.47% 0.38% -
XYZ 4.81 3.99 11.83 -
YUV 56.84 150.66 125.26 -
System Red Green Blue C M Y K H S L
Decimal 53 51 97 0.45 0.47 0 0.62 242.61 0.31 0.29
Hex 35 33 61 2D 2F 0 3E F3 1F 1D
Octal 65 63 141 55 57 0 76 363 37 35
Binary 110101 110011 1100001 101101 101111 0 111110 11110011 11111 11101

Color Harmonies of #353361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353361

Black with #353361

Text Example


Text Example

White with #353361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353361; }

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

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

background-color css

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

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

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

border-color css

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

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

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