Html Css Color HEX #394368 Port Gore

📋 copy color: '#394368'

red 57 ◦ green 67 ◦ blue 104

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

Shades of Port Gore #394368

Tints of Port Gore #394368

RGB

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

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

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

R = 25%
G = 29.39%
B = 45.61%

CMYK

 C value IS 0.45

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#394368 (or 0x394368) is known color: Port Gore. HEX triplet: 39, 43 and 68. RGB value is (57,67,104). Sum of RGB (Red+Green+Blue) = 57+67+104=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 104 - color contains mainly: blue. Hex color #394368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394368 is #C6BC97. Grayscale: #444444. Windows color (decimal): -13024408 or 6832953. OLE color: 6832953.

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

Color convert

RGB 57 67 104 -
CMYK 0.45 0.36 0 0.59
HSL 227.23º 0.29% 0.32% -
HSV(B) 227.23º 0.45% 0.41% -
XYZ 6.19 5.88 13.91 -
YUV 68.23 148.19 119.99 -
System Red Green Blue C M Y K H S L
Decimal 57 67 104 0.45 0.36 0 0.59 227.23 0.29 0.32
Hex 39 43 68 2D 24 0 3B E3 1D 20
Octal 71 103 150 55 44 0 73 343 35 40
Binary 111001 1000011 1101000 101101 100100 0 111011 11100011 11101 100000

Color Harmonies of #394368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394368

Black with #394368

Text Example


Text Example

White with #394368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394368; }

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

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

background-color css

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

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

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

border-color css

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

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

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