Html Css Color HEX #393C68 Deep Koamaru

📋 copy color: '#393C68'

red 57 ◦ green 60 ◦ blue 104

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

Shades of Deep Koamaru #393C68

Tints of Deep Koamaru #393C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 47.06%

R = 25.79%
G = 27.15%
B = 47.06%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#393C68 (or 0x393C68) is known color: Deep Koamaru. HEX triplet: 39, 3C and 68. RGB value is (57,60,104). Sum of RGB (Red+Green+Blue) = 57+60+104=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #393C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393C68 is #C6C397. Grayscale: #3F3F3F. Windows color (decimal): -13026200 or 6831161. OLE color: 6831161.

HSL color Cylindrical-coordinate representation of color #393C68: hue angle of 236.17º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #393C68 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 60 104 -
CMYK 0.45 0.42 0 0.59
HSL 236.17º 0.29% 0.32% -
HSV(B) 236.17º 0.45% 0.41% -
XYZ 5.8 5.1 13.78 -
YUV 64.12 150.51 122.92 -
System Red Green Blue C M Y K H S L
Decimal 57 60 104 0.45 0.42 0 0.59 236.17 0.29 0.32
Hex 39 3C 68 2D 2A 0 3B EC 1D 20
Octal 71 74 150 55 52 0 73 354 35 40
Binary 111001 111100 1101000 101101 101010 0 111011 11101100 11101 100000

Color Harmonies of #393C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393C68

Black with #393C68

Text Example


Text Example

White with #393C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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