Html Css Color HEX #393962 Deep Koamaru

📋 copy color: '#393962'

red 57 ◦ green 57 ◦ blue 98

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

Shades of Deep Koamaru #393962

Tints of Deep Koamaru #393962

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.89%

 BLUE value IS 98 (38.67% from 255) = 46.23%

R = 26.89%
G = 26.89%
B = 46.23%

CMYK

 C value IS 0.42

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#393962 (or 0x393962) is known color: Deep Koamaru. HEX triplet: 39, 39 and 62. RGB value is (57,57,98). Sum of RGB (Red+Green+Blue) = 57+57+98=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 98 (38.67% from 255 or 46.23% from 212); Max value from RGB is 98 - color contains mainly: blue. Hex color #393962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393962 is #C6C69D. Grayscale: #3D3D3D. Windows color (decimal): -13026974 or 6437177. OLE color: 6437177.

HSL color Cylindrical-coordinate representation of color #393962: hue angle of 240º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #393962 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 57 98 -
CMYK 0.42 0.42 0 0.62
HSL 240º 0.26% 0.3% -
HSV(B) 240º 0.42% 0.38% -
XYZ 5.36 4.68 12.18 -
YUV 61.67 148.5 124.67 -
System Red Green Blue C M Y K H S L
Decimal 57 57 98 0.42 0.42 0 0.62 240 0.26 0.3
Hex 39 39 62 2A 2A 0 3E F0 1A 1E
Octal 71 71 142 52 52 0 76 360 32 36
Binary 111001 111001 1100010 101010 101010 0 111110 11110000 11010 11110

Color Harmonies of #393962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393962

Black with #393962

Text Example


Text Example

White with #393962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393962; }

 p { color: rgb(57,57,98); }

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

background-color css

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

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

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

border-color css

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

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

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