Html Css Color HEX #393A6C Deep Koamaru

📋 copy color: '#393A6C'

red 57 ◦ green 58 ◦ blue 108

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

Shades of Deep Koamaru #393A6C

Tints of Deep Koamaru #393A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 48.43%

R = 25.56%
G = 26.01%
B = 48.43%

CMYK

 C value IS 0.47

 M value IS 0.46

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#393A6C (or 0x393A6C) is known color: Deep Koamaru. HEX triplet: 39, 3A and 6C. RGB value is (57,58,108). Sum of RGB (Red+Green+Blue) = 57+58+108=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #393A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393A6C is #C6C593. Grayscale: #3F3F3F. Windows color (decimal): -13026708 or 7092793. OLE color: 7092793.

HSL color Cylindrical-coordinate representation of color #393A6C: hue angle of 238.82º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #393A6C is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 58 108 -
CMYK 0.47 0.46 0 0.58
HSL 238.82º 0.31% 0.32% -
HSV(B) 238.82º 0.47% 0.42% -
XYZ 5.91 4.98 14.84 -
YUV 63.4 153.17 123.43 -
System Red Green Blue C M Y K H S L
Decimal 57 58 108 0.47 0.46 0 0.58 238.82 0.31 0.32
Hex 39 3A 6C 2F 2E 0 3A EF 1F 20
Octal 71 72 154 57 56 0 72 357 37 40
Binary 111001 111010 1101100 101111 101110 0 111010 11101111 11111 100000

Color Harmonies of #393A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393A6C

Black with #393A6C

Text Example


Text Example

White with #393A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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