Html Css Color HEX #353468 Deep Koamaru

📋 copy color: '#353468'

red 53 ◦ green 52 ◦ blue 104

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

Shades of Deep Koamaru #353468

Tints of Deep Koamaru #353468

RGB

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

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

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

R = 25.36%
G = 24.88%
B = 49.76%

CMYK

 C value IS 0.49

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#353468 (or 0x353468) is known color: Deep Koamaru. HEX triplet: 35, 34 and 68. RGB value is (53,52,104). Sum of RGB (Red+Green+Blue) = 53+52+104=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #353468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353468 is #CACB97. Grayscale: #3A3A3A. Windows color (decimal): -13290392 or 6829109. OLE color: 6829109.

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

Color convert

RGB 53 52 104 -
CMYK 0.49 0.50 0 0.59
HSL 241.15º 0.33% 0.31% -
HSV(B) 241.15º 0.5% 0.41% -
XYZ 5.19 4.21 13.64 -
YUV 58.23 153.83 124.27 -
System Red Green Blue C M Y K H S L
Decimal 53 52 104 0.49 0.50 0 0.59 241.15 0.33 0.31
Hex 35 34 68 31 32 0 3B F1 21 1F
Octal 65 64 150 61 62 0 73 361 41 37
Binary 110101 110100 1101000 110001 110010 0 111011 11110001 100001 11111

Color Harmonies of #353468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353468

Black with #353468

Text Example


Text Example

White with #353468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353468; }

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

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

background-color css

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

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

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

border-color css

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

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

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