Html Css Color HEX #393A6D Deep Koamaru

📋 copy color: '#393A6D'

red 57 ◦ green 58 ◦ blue 109

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

Shades of Deep Koamaru #393A6D

Tints of Deep Koamaru #393A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 48.66%

R = 25.45%
G = 25.89%
B = 48.66%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#393A6D (or 0x393A6D) is known color: Deep Koamaru. HEX triplet: 39, 3A and 6D. RGB value is (57,58,109). Sum of RGB (Red+Green+Blue) = 57+58+109=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #393A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393A6D is #C6C592. Grayscale: #3F3F3F. Windows color (decimal): -13026707 or 7158329. OLE color: 7158329.

HSL color Cylindrical-coordinate representation of color #393A6D: hue angle of 238.85º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #393A6D is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 57 58 109 -
CMYK 0.48 0.47 0 0.57
HSL 238.85º 0.31% 0.33% -
HSV(B) 238.85º 0.48% 0.43% -
XYZ 5.96 5 15.12 -
YUV 63.52 153.67 123.35 -
System Red Green Blue C M Y K H S L
Decimal 57 58 109 0.48 0.47 0 0.57 238.85 0.31 0.33
Hex 39 3A 6D 30 2F 0 39 EF 1F 21
Octal 71 72 155 60 57 0 71 357 37 41
Binary 111001 111010 1101101 110000 101111 0 111001 11101111 11111 100001

Color Harmonies of #393A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393A6D

Black with #393A6D

Text Example


Text Example

White with #393A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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