Html Css Color HEX #393C69 Deep Koamaru

📋 copy color: '#393C69'

red 57 ◦ green 60 ◦ blue 105

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

Shades of Deep Koamaru #393C69

Tints of Deep Koamaru #393C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 47.3%

R = 25.68%
G = 27.03%
B = 47.3%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#393C69 (or 0x393C69) is known color: Deep Koamaru. HEX triplet: 39, 3C and 69. RGB value is (57,60,105). Sum of RGB (Red+Green+Blue) = 57+60+105=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #393C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393C69 is #C6C396. Grayscale: #404040. Windows color (decimal): -13026199 or 6896697. OLE color: 6896697.

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

Color convert

RGB 57 60 105 -
CMYK 0.46 0.43 0 0.59
HSL 236.25º 0.3% 0.32% -
HSV(B) 236.25º 0.46% 0.41% -
XYZ 5.85 5.12 14.04 -
YUV 64.23 151.01 122.84 -
System Red Green Blue C M Y K H S L
Decimal 57 60 105 0.46 0.43 0 0.59 236.25 0.3 0.32
Hex 39 3C 69 2E 2B 0 3B EC 1E 20
Octal 71 74 151 56 53 0 73 354 36 40
Binary 111001 111100 1101001 101110 101011 0 111011 11101100 11110 100000

Color Harmonies of #393C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393C69

Black with #393C69

Text Example


Text Example

White with #393C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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