Html Css Color HEX #393B6C Deep Koamaru

📋 copy color: '#393B6C'

red 57 ◦ green 59 ◦ blue 108

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

Shades of Deep Koamaru #393B6C

Tints of Deep Koamaru #393B6C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.34%

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

R = 25.45%
G = 26.34%
B = 48.21%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#393B6C (or 0x393B6C) is known color: Deep Koamaru. HEX triplet: 39, 3B and 6C. RGB value is (57,59,108). Sum of RGB (Red+Green+Blue) = 57+59+108=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #393B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393B6C is #C6C493. Grayscale: #3F3F3F. Windows color (decimal): -13026452 or 7093049. OLE color: 7093049.

HSL color Cylindrical-coordinate representation of color #393B6C: hue angle of 237.65º 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 #393B6C is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 59 108 -
CMYK 0.47 0.45 0 0.58
HSL 237.65º 0.31% 0.32% -
HSV(B) 237.65º 0.47% 0.42% -
XYZ 5.96 5.08 14.85 -
YUV 63.99 152.84 123.02 -
System Red Green Blue C M Y K H S L
Decimal 57 59 108 0.47 0.45 0 0.58 237.65 0.31 0.32
Hex 39 3B 6C 2F 2D 0 3A EE 1F 20
Octal 71 73 154 57 55 0 72 356 37 40
Binary 111001 111011 1101100 101111 101101 0 111010 11101110 11111 100000

Color Harmonies of #393B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393B6C

Black with #393B6C

Text Example


Text Example

White with #393B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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