Html Css Color HEX #393A66 Deep Koamaru

📋 copy color: '#393A66'

red 57 ◦ green 58 ◦ blue 102

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

Shades of Deep Koamaru #393A66

Tints of Deep Koamaru #393A66

RGB

 RED value IS 57 (22.66% from 255) = 26.27%

 GREEN value IS 58 (23.05% from 255) = 26.73%

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

R = 26.27%
G = 26.73%
B = 47%

CMYK

 C value IS 0.44

 M value IS 0.43

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#393A66 (or 0x393A66) is known color: Deep Koamaru. HEX triplet: 39, 3A and 66. RGB value is (57,58,102). Sum of RGB (Red+Green+Blue) = 57+58+102=217 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.27% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 102 - color contains mainly: blue. Hex color #393A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393A66 is #C6C599. Grayscale: #3E3E3E. Windows color (decimal): -13026714 or 6699577. OLE color: 6699577.

HSL color Cylindrical-coordinate representation of color #393A66: hue angle of 238.67º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #393A66 is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 57 58 102 -
CMYK 0.44 0.43 0 0.6
HSL 238.67º 0.28% 0.31% -
HSV(B) 238.67º 0.44% 0.4% -
XYZ 5.6 4.86 13.21 -
YUV 62.72 150.17 123.92 -
System Red Green Blue C M Y K H S L
Decimal 57 58 102 0.44 0.43 0 0.6 238.67 0.28 0.31
Hex 39 3A 66 2C 2B 0 3C EF 1C 1F
Octal 71 72 146 54 53 0 74 357 34 37
Binary 111001 111010 1100110 101100 101011 0 111100 11101111 11100 11111

Color Harmonies of #393A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393A66

Black with #393A66

Text Example


Text Example

White with #393A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393A66; }

 p { color: rgb(57,58,102); }

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

background-color css

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

 a { background-color: rgb(57,58,102); }

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

border-color css

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

 span { border-color: rgb(57,58,102); }

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