Html Css Color HEX #353460 Deep Koamaru

📋 copy color: '#353460'

red 53 ◦ green 52 ◦ blue 96

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

Shades of Deep Koamaru #353460

Tints of Deep Koamaru #353460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 47.76%

R = 26.37%
G = 25.87%
B = 47.76%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#353460 (or 0x353460) is known color: Deep Koamaru. HEX triplet: 35, 34 and 60. RGB value is (53,52,96). Sum of RGB (Red+Green+Blue) = 53+52+96=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #353460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353460 is #CACB9F. Grayscale: #393939. Windows color (decimal): -13290400 or 6304821. OLE color: 6304821.

HSL color Cylindrical-coordinate representation of color #353460: hue angle of 241.36º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #353460 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 52 96 -
CMYK 0.45 0.46 0 0.62
HSL 241.36º 0.3% 0.29% -
HSV(B) 241.36º 0.46% 0.38% -
XYZ 4.81 4.06 11.6 -
YUV 57.32 149.83 124.92 -
System Red Green Blue C M Y K H S L
Decimal 53 52 96 0.45 0.46 0 0.62 241.36 0.3 0.29
Hex 35 34 60 2D 2E 0 3E F1 1E 1D
Octal 65 64 140 55 56 0 76 361 36 35
Binary 110101 110100 1100000 101101 101110 0 111110 11110001 11110 11101

Color Harmonies of #353460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353460

Black with #353460

Text Example


Text Example

White with #353460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353460; }

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

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

background-color css

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

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

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

border-color css

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

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

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