Html Css Color HEX #353666 Deep Koamaru

📋 copy color: '#353666'

red 53 ◦ green 54 ◦ blue 102

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

Shades of Deep Koamaru #353666

Tints of Deep Koamaru #353666

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.84%

 BLUE value IS 102 (40.23% from 255) = 48.8%

R = 25.36%
G = 25.84%
B = 48.8%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#353666 (or 0x353666) is known color: Deep Koamaru. HEX triplet: 35, 36 and 66. RGB value is (53,54,102). Sum of RGB (Red+Green+Blue) = 53+54+102=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #353666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353666 is #CAC999. Grayscale: #3A3A3A. Windows color (decimal): -13289882 or 6698549. OLE color: 6698549.

HSL color Cylindrical-coordinate representation of color #353666: hue angle of 238.78º degrees, saturation: 0.32, 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 #353666 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 53 54 102 -
CMYK 0.48 0.47 0 0.6
HSL 238.78º 0.32% 0.3% -
HSV(B) 238.78º 0.48% 0.4% -
XYZ 5.19 4.35 13.14 -
YUV 59.17 152.17 123.6 -
System Red Green Blue C M Y K H S L
Decimal 53 54 102 0.48 0.47 0 0.6 238.78 0.32 0.3
Hex 35 36 66 30 2F 0 3C EF 20 1E
Octal 65 66 146 60 57 0 74 357 40 36
Binary 110101 110110 1100110 110000 101111 0 111100 11101111 100000 11110

Color Harmonies of #353666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353666

Black with #353666

Text Example


Text Example

White with #353666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353666; }

 p { color: rgb(53,54,102); }

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

background-color css

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

 a { background-color: rgb(53,54,102); }

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

border-color css

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

 span { border-color: rgb(53,54,102); }

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