Html Css Color HEX #353769 Deep Koamaru

📋 copy color: '#353769'

red 53 ◦ green 55 ◦ blue 105

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

Shades of Deep Koamaru #353769

Tints of Deep Koamaru #353769

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.82%

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

R = 24.88%
G = 25.82%
B = 49.3%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#353769 (or 0x353769) is known color: Deep Koamaru. HEX triplet: 35, 37 and 69. RGB value is (53,55,105). Sum of RGB (Red+Green+Blue) = 53+55+105=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 105 - color contains mainly: blue. Hex color #353769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353769 is #CAC896. Grayscale: #3B3B3B. Windows color (decimal): -13289623 or 6895413. OLE color: 6895413.

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

Color convert

RGB 53 55 105 -
CMYK 0.50 0.48 0 0.59
HSL 237.69º 0.33% 0.31% -
HSV(B) 237.69º 0.5% 0.41% -
XYZ 5.38 4.51 13.95 -
YUV 60.1 153.34 122.93 -
System Red Green Blue C M Y K H S L
Decimal 53 55 105 0.50 0.48 0 0.59 237.69 0.33 0.31
Hex 35 37 69 32 30 0 3B EE 21 1F
Octal 65 67 151 62 60 0 73 356 41 37
Binary 110101 110111 1101001 110010 110000 0 111011 11101110 100001 11111

Color Harmonies of #353769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353769

Black with #353769

Text Example


Text Example

White with #353769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353769; }

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

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

background-color css

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

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

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

border-color css

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

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

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