Html Css Color HEX #39386C Deep Koamaru

📋 copy color: '#39386C'

red 57 ◦ green 56 ◦ blue 108

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

Shades of Deep Koamaru #39386C

Tints of Deep Koamaru #39386C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.34%

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

R = 25.79%
G = 25.34%
B = 48.87%

CMYK

 C value IS 0.47

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#39386C (or 0x39386C) is known color: Deep Koamaru. HEX triplet: 39, 38 and 6C. RGB value is (57,56,108). Sum of RGB (Red+Green+Blue) = 57+56+108=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #39386C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39386C is #C6C793. Grayscale: #3E3E3E. Windows color (decimal): -13027220 or 7092281. OLE color: 7092281.

HSL color Cylindrical-coordinate representation of color #39386C: hue angle of 241.15º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #39386C is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 56 108 -
CMYK 0.47 0.48 0 0.58
HSL 241.15º 0.32% 0.32% -
HSV(B) 241.15º 0.48% 0.42% -
XYZ 5.81 4.78 14.8 -
YUV 62.23 153.83 124.27 -
System Red Green Blue C M Y K H S L
Decimal 57 56 108 0.47 0.48 0 0.58 241.15 0.32 0.32
Hex 39 38 6C 2F 30 0 3A F1 20 20
Octal 71 70 154 57 60 0 72 361 40 40
Binary 111001 111000 1101100 101111 110000 0 111010 11110001 100000 100000

Color Harmonies of #39386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39386C

Black with #39386C

Text Example


Text Example

White with #39386C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39386C; }

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

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

background-color css

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

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

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

border-color css

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

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

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