Html Css Color HEX #394369 Port Gore

📋 copy color: '#394369'

red 57 ◦ green 67 ◦ blue 105

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

Shades of Port Gore #394369

Tints of Port Gore #394369

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.26%

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

R = 24.89%
G = 29.26%
B = 45.85%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#394369 (or 0x394369) is known color: Port Gore. HEX triplet: 39, 43 and 69. RGB value is (57,67,105). Sum of RGB (Red+Green+Blue) = 57+67+105=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 105 - color contains mainly: blue. Hex color #394369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394369 is #C6BC96. Grayscale: #444444. Windows color (decimal): -13024407 or 6898489. OLE color: 6898489.

HSL color Cylindrical-coordinate representation of color #394369: hue angle of 227.5º 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 #394369 is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 67 105 -
CMYK 0.46 0.36 0 0.59
HSL 227.5º 0.3% 0.32% -
HSV(B) 227.5º 0.46% 0.41% -
XYZ 6.24 5.9 14.18 -
YUV 68.34 148.69 119.91 -
System Red Green Blue C M Y K H S L
Decimal 57 67 105 0.46 0.36 0 0.59 227.5 0.3 0.32
Hex 39 43 69 2E 24 0 3B E4 1E 20
Octal 71 103 151 56 44 0 73 344 36 40
Binary 111001 1000011 1101001 101110 100100 0 111011 11100100 11110 100000

Color Harmonies of #394369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394369

Black with #394369

Text Example


Text Example

White with #394369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394369; }

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

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

background-color css

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

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

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

border-color css

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

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

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