Html Css Color HEX #393C6A Deep Koamaru

📋 copy color: '#393C6A'

red 57 ◦ green 60 ◦ blue 106

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

Shades of Deep Koamaru #393C6A

Tints of Deep Koamaru #393C6A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.91%

 BLUE value IS 106 (41.8% from 255) = 47.53%

R = 25.56%
G = 26.91%
B = 47.53%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#393C6A (or 0x393C6A) is known color: Deep Koamaru. HEX triplet: 39, 3C and 6A. RGB value is (57,60,106). Sum of RGB (Red+Green+Blue) = 57+60+106=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 106 (41.80% from 255 or 47.53% from 223); Max value from RGB is 106 - color contains mainly: blue. Hex color #393C6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393C6A is #C6C395. Grayscale: #404040. Windows color (decimal): -13026198 or 6962233. OLE color: 6962233.

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

Color convert

RGB 57 60 106 -
CMYK 0.46 0.43 0 0.58
HSL 236.33º 0.3% 0.32% -
HSV(B) 236.33º 0.46% 0.42% -
XYZ 5.9 5.14 14.32 -
YUV 64.35 151.51 122.76 -
System Red Green Blue C M Y K H S L
Decimal 57 60 106 0.46 0.43 0 0.58 236.33 0.3 0.32
Hex 39 3C 6A 2E 2B 0 3A EC 1E 20
Octal 71 74 152 56 53 0 72 354 36 40
Binary 111001 111100 1101010 101110 101011 0 111010 11101100 11110 100000

Color Harmonies of #393C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393C6A

Black with #393C6A

Text Example


Text Example

White with #393C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,60,106); }

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

background-color css

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

 a { background-color: rgb(57,60,106); }

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

border-color css

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

 span { border-color: rgb(57,60,106); }

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