Html Css Color HEX #353469 Deep Koamaru

📋 copy color: '#353469'

red 53 ◦ green 52 ◦ blue 105

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

Shades of Deep Koamaru #353469

Tints of Deep Koamaru #353469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 50%

R = 25.24%
G = 24.76%
B = 50%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#353469 (or 0x353469) is known color: Deep Koamaru. HEX triplet: 35, 34 and 69. RGB value is (53,52,105). Sum of RGB (Red+Green+Blue) = 53+52+105=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #353469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353469 is #CACB96. Grayscale: #3A3A3A. Windows color (decimal): -13290391 or 6894645. OLE color: 6894645.

HSL color Cylindrical-coordinate representation of color #353469: hue angle of 241.13º degrees, saturation: 0.34, 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 #353469 is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 52 105 -
CMYK 0.50 0.50 0 0.59
HSL 241.13º 0.34% 0.31% -
HSV(B) 241.13º 0.5% 0.41% -
XYZ 5.25 4.23 13.91 -
YUV 58.34 154.33 124.19 -
System Red Green Blue C M Y K H S L
Decimal 53 52 105 0.50 0.50 0 0.59 241.13 0.34 0.31
Hex 35 34 69 32 32 0 3B F1 22 1F
Octal 65 64 151 62 62 0 73 361 42 37
Binary 110101 110100 1101001 110010 110010 0 111011 11110001 100010 11111

Color Harmonies of #353469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353469

Black with #353469

Text Example


Text Example

White with #353469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353469; }

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

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

background-color css

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

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

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

border-color css

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

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

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