Html Css Color HEX #353463 Deep Koamaru

📋 copy color: '#353463'

red 53 ◦ green 52 ◦ blue 99

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

Shades of Deep Koamaru #353463

Tints of Deep Koamaru #353463

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.49%

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

R = 25.98%
G = 25.49%
B = 48.53%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#353463 (or 0x353463) is known color: Deep Koamaru. HEX triplet: 35, 34 and 63. RGB value is (53,52,99). Sum of RGB (Red+Green+Blue) = 53+52+99=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: blue. Hex color #353463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353463 is #CACB9C. Grayscale: #393939. Windows color (decimal): -13290397 or 6501429. OLE color: 6501429.

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

Color convert

RGB 53 52 99 -
CMYK 0.46 0.47 0 0.61
HSL 241.28º 0.31% 0.3% -
HSV(B) 241.28º 0.47% 0.39% -
XYZ 4.95 4.11 12.34 -
YUV 57.66 151.33 124.68 -
System Red Green Blue C M Y K H S L
Decimal 53 52 99 0.46 0.47 0 0.61 241.28 0.31 0.3
Hex 35 34 63 2E 2F 0 3D F1 1F 1E
Octal 65 64 143 56 57 0 75 361 37 36
Binary 110101 110100 1100011 101110 101111 0 111101 11110001 11111 11110

Color Harmonies of #353463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353463

Black with #353463

Text Example


Text Example

White with #353463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353463; }

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

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

background-color css

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

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

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

border-color css

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

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

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