Html Css Color HEX #353363 Deep Koamaru

📋 copy color: '#353363'

red 53 ◦ green 51 ◦ blue 99

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

Shades of Deep Koamaru #353363

Tints of Deep Koamaru #353363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 48.77%

R = 26.11%
G = 25.12%
B = 48.77%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#353363 (or 0x353363) is known color: Deep Koamaru. HEX triplet: 35, 33 and 63. RGB value is (53,51,99). Sum of RGB (Red+Green+Blue) = 53+51+99=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #353363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353363 is #CACC9C. Grayscale: #383838. Windows color (decimal): -13290653 or 6501173. OLE color: 6501173.

HSL color Cylindrical-coordinate representation of color #353363: hue angle of 242.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #353363 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 53 51 99 -
CMYK 0.46 0.48 0 0.61
HSL 242.5º 0.32% 0.29% -
HSV(B) 242.5º 0.48% 0.39% -
XYZ 4.9 4.03 12.32 -
YUV 57.07 151.66 125.1 -
System Red Green Blue C M Y K H S L
Decimal 53 51 99 0.46 0.48 0 0.61 242.5 0.32 0.29
Hex 35 33 63 2E 30 0 3D F2 20 1D
Octal 65 63 143 56 60 0 75 362 40 35
Binary 110101 110011 1100011 101110 110000 0 111101 11110010 100000 11101

Color Harmonies of #353363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353363

Black with #353363

Text Example


Text Example

White with #353363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353363; }

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

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

background-color css

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

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

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

border-color css

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

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

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