Html Css Color HEX #353868 Deep Koamaru

📋 copy color: '#353868'

red 53 ◦ green 56 ◦ blue 104

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

Shades of Deep Koamaru #353868

Tints of Deep Koamaru #353868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 48.83%

R = 24.88%
G = 26.29%
B = 48.83%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#353868 (or 0x353868) is known color: Deep Koamaru. HEX triplet: 35, 38 and 68. RGB value is (53,56,104). Sum of RGB (Red+Green+Blue) = 53+56+104=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: blue. Hex color #353868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353868 is #CAC797. Grayscale: #3C3C3C. Windows color (decimal): -13289368 or 6830133. OLE color: 6830133.

HSL color Cylindrical-coordinate representation of color #353868: hue angle of 236.47º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #353868 is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 56 104 -
CMYK 0.49 0.46 0 0.59
HSL 236.47º 0.32% 0.31% -
HSV(B) 236.47º 0.49% 0.41% -
XYZ 5.38 4.58 13.7 -
YUV 60.58 152.51 122.6 -
System Red Green Blue C M Y K H S L
Decimal 53 56 104 0.49 0.46 0 0.59 236.47 0.32 0.31
Hex 35 38 68 31 2E 0 3B EC 20 1F
Octal 65 70 150 61 56 0 73 354 40 37
Binary 110101 111000 1101000 110001 101110 0 111011 11101100 100000 11111

Color Harmonies of #353868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353868

Black with #353868

Text Example


Text Example

White with #353868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353868; }

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

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

background-color css

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

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

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

border-color css

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

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

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