Html Css Color HEX #39396F Deep Koamaru

📋 copy color: '#39396F'

red 57 ◦ green 57 ◦ blue 111

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

Shades of Deep Koamaru #39396F

Tints of Deep Koamaru #39396F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 49.33%

R = 25.33%
G = 25.33%
B = 49.33%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#39396F (or 0x39396F) is known color: Deep Koamaru. HEX triplet: 39, 39 and 6F. RGB value is (57,57,111). Sum of RGB (Red+Green+Blue) = 57+57+111=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 111 - color contains mainly: blue. Hex color #39396F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39396F is #C6C690. Grayscale: #3E3E3E. Windows color (decimal): -13026961 or 7289145. OLE color: 7289145.

HSL color Cylindrical-coordinate representation of color #39396F: hue angle of 240º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #39396F is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 57 111 -
CMYK 0.49 0.49 0 0.56
HSL 240º 0.32% 0.33% -
HSV(B) 240º 0.49% 0.44% -
XYZ 6.02 4.94 15.68 -
YUV 63.16 155 123.61 -
System Red Green Blue C M Y K H S L
Decimal 57 57 111 0.49 0.49 0 0.56 240 0.32 0.33
Hex 39 39 6F 31 31 0 38 F0 20 21
Octal 71 71 157 61 61 0 70 360 40 41
Binary 111001 111001 1101111 110001 110001 0 111000 11110000 100000 100001

Color Harmonies of #39396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39396F

Black with #39396F

Text Example


Text Example

White with #39396F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39396F; }

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

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

background-color css

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

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

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

border-color css

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

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

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