Html Css Color HEX #353668 Deep Koamaru

📋 copy color: '#353668'

red 53 ◦ green 54 ◦ blue 104

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

Shades of Deep Koamaru #353668

Tints of Deep Koamaru #353668

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.59%

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

R = 25.12%
G = 25.59%
B = 49.29%

CMYK

 C value IS 0.49

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#353668 (or 0x353668) is known color: Deep Koamaru. HEX triplet: 35, 36 and 68. RGB value is (53,54,104). Sum of RGB (Red+Green+Blue) = 53+54+104=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #353668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353668 is #CAC997. Grayscale: #3B3B3B. Windows color (decimal): -13289880 or 6829621. OLE color: 6829621.

HSL color Cylindrical-coordinate representation of color #353668: hue angle of 238.82º 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 #353668 is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 54 104 -
CMYK 0.49 0.48 0 0.59
HSL 238.82º 0.32% 0.31% -
HSV(B) 238.82º 0.49% 0.41% -
XYZ 5.29 4.39 13.67 -
YUV 59.4 153.17 123.43 -
System Red Green Blue C M Y K H S L
Decimal 53 54 104 0.49 0.48 0 0.59 238.82 0.32 0.31
Hex 35 36 68 31 30 0 3B EF 20 1F
Octal 65 66 150 61 60 0 73 357 40 37
Binary 110101 110110 1101000 110001 110000 0 111011 11101111 100000 11111

Color Harmonies of #353668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353668

Black with #353668

Text Example


Text Example

White with #353668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353668; }

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

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

background-color css

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

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

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

border-color css

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

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

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