Html Css Color HEX #353869 Deep Koamaru

📋 copy color: '#353869'

red 53 ◦ green 56 ◦ blue 105

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

Shades of Deep Koamaru #353869

Tints of Deep Koamaru #353869

RGB

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

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

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

R = 24.77%
G = 26.17%
B = 49.07%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#353869 (or 0x353869) is known color: Deep Koamaru. HEX triplet: 35, 38 and 69. RGB value is (53,56,105). Sum of RGB (Red+Green+Blue) = 53+56+105=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #353869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353869 is #CAC796. Grayscale: #3C3C3C. Windows color (decimal): -13289367 or 6895669. OLE color: 6895669.

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

Color convert

RGB 53 56 105 -
CMYK 0.50 0.47 0 0.59
HSL 236.54º 0.33% 0.31% -
HSV(B) 236.54º 0.5% 0.41% -
XYZ 5.43 4.61 13.97 -
YUV 60.69 153.01 122.52 -
System Red Green Blue C M Y K H S L
Decimal 53 56 105 0.50 0.47 0 0.59 236.54 0.33 0.31
Hex 35 38 69 32 2F 0 3B ED 21 1F
Octal 65 70 151 62 57 0 73 355 41 37
Binary 110101 111000 1101001 110010 101111 0 111011 11101101 100001 11111

Color Harmonies of #353869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353869

Black with #353869

Text Example


Text Example

White with #353869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353869; }

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

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

background-color css

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

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

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

border-color css

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

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

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