Html Css Color HEX #353965 Deep Koamaru

📋 copy color: '#353965'

red 53 ◦ green 57 ◦ blue 101

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

Shades of Deep Koamaru #353965

Tints of Deep Koamaru #353965

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.01%

 BLUE value IS 101 (39.84% from 255) = 47.87%

R = 25.12%
G = 27.01%
B = 47.87%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#353965 (or 0x353965) is known color: Deep Koamaru. HEX triplet: 35, 39 and 65. RGB value is (53,57,101). Sum of RGB (Red+Green+Blue) = 53+57+101=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 101 - color contains mainly: blue. Hex color #353965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353965 is #CAC69A. Grayscale: #3C3C3C. Windows color (decimal): -13289115 or 6633781. OLE color: 6633781.

HSL color Cylindrical-coordinate representation of color #353965: hue angle of 235º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #353965 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 53 57 101 -
CMYK 0.48 0.44 0 0.60
HSL 235º 0.31% 0.3% -
HSV(B) 235º 0.48% 0.4% -
XYZ 5.28 4.62 12.93 -
YUV 60.82 150.67 122.42 -
System Red Green Blue C M Y K H S L
Decimal 53 57 101 0.48 0.44 0 0.60 235 0.31 0.3
Hex 35 39 65 30 2C 0 3C EB 1F 1E
Octal 65 71 145 60 54 0 74 353 37 36
Binary 110101 111001 1100101 110000 101100 0 111100 11101011 11111 11110

Color Harmonies of #353965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353965

Black with #353965

Text Example


Text Example

White with #353965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353965; }

 p { color: rgb(53,57,101); }

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

background-color css

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

 a { background-color: rgb(53,57,101); }

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

border-color css

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

 span { border-color: rgb(53,57,101); }

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