Html Css Color HEX #353866 Deep Koamaru

📋 copy color: '#353866'

red 53 ◦ green 56 ◦ blue 102

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

Shades of Deep Koamaru #353866

Tints of Deep Koamaru #353866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 48.34%

R = 25.12%
G = 26.54%
B = 48.34%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#353866 (or 0x353866) is known color: Deep Koamaru. HEX triplet: 35, 38 and 66. RGB value is (53,56,102). Sum of RGB (Red+Green+Blue) = 53+56+102=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #353866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353866 is #CAC799. Grayscale: #3C3C3C. Windows color (decimal): -13289370 or 6699061. OLE color: 6699061.

HSL color Cylindrical-coordinate representation of color #353866: hue angle of 236.33º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #353866 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 53 56 102 -
CMYK 0.48 0.45 0 0.6
HSL 236.33º 0.32% 0.3% -
HSV(B) 236.33º 0.48% 0.4% -
XYZ 5.28 4.54 13.17 -
YUV 60.35 151.51 122.76 -
System Red Green Blue C M Y K H S L
Decimal 53 56 102 0.48 0.45 0 0.6 236.33 0.32 0.3
Hex 35 38 66 30 2D 0 3C EC 20 1E
Octal 65 70 146 60 55 0 74 354 40 36
Binary 110101 111000 1100110 110000 101101 0 111100 11101100 100000 11110

Color Harmonies of #353866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353866

Black with #353866

Text Example


Text Example

White with #353866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353866; }

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

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

background-color css

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

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

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

border-color css

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

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

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