Html Css Color HEX #353863 Deep Koamaru

📋 copy color: '#353863'

red 53 ◦ green 56 ◦ blue 99

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

Shades of Deep Koamaru #353863

Tints of Deep Koamaru #353863

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.92%

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

R = 25.48%
G = 26.92%
B = 47.6%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#353863 (or 0x353863) is known color: Deep Koamaru. HEX triplet: 35, 38 and 63. RGB value is (53,56,99). Sum of RGB (Red+Green+Blue) = 53+56+99=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #353863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353863 is #CAC79C. Grayscale: #3B3B3B. Windows color (decimal): -13289373 or 6502453. OLE color: 6502453.

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

Color convert

RGB 53 56 99 -
CMYK 0.46 0.43 0 0.61
HSL 236.09º 0.3% 0.3% -
HSV(B) 236.09º 0.46% 0.39% -
XYZ 5.13 4.49 12.4 -
YUV 60.01 150.01 123 -
System Red Green Blue C M Y K H S L
Decimal 53 56 99 0.46 0.43 0 0.61 236.09 0.3 0.3
Hex 35 38 63 2E 2B 0 3D EC 1E 1E
Octal 65 70 143 56 53 0 75 354 36 36
Binary 110101 111000 1100011 101110 101011 0 111101 11101100 11110 11110

Color Harmonies of #353863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353863

Black with #353863

Text Example


Text Example

White with #353863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353863; }

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

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

background-color css

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

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

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

border-color css

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

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

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