Html Css Color HEX #394469 Port Gore

📋 copy color: '#394469'

red 57 ◦ green 68 ◦ blue 105

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

Shades of Port Gore #394469

Tints of Port Gore #394469

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.57%

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

R = 24.78%
G = 29.57%
B = 45.65%

CMYK

 C value IS 0.46

 M value IS 0.35

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#394469 (or 0x394469) is known color: Port Gore. HEX triplet: 39, 44 and 69. RGB value is (57,68,105). Sum of RGB (Red+Green+Blue) = 57+68+105=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 105 - color contains mainly: blue. Hex color #394469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394469 is #C6BB96. Grayscale: #444444. Windows color (decimal): -13024151 or 6898745. OLE color: 6898745.

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

Color convert

RGB 57 68 105 -
CMYK 0.46 0.35 0 0.59
HSL 226.25º 0.3% 0.32% -
HSV(B) 226.25º 0.46% 0.41% -
XYZ 6.3 6.02 14.2 -
YUV 68.93 148.36 119.49 -
System Red Green Blue C M Y K H S L
Decimal 57 68 105 0.46 0.35 0 0.59 226.25 0.3 0.32
Hex 39 44 69 2E 23 0 3B E2 1E 20
Octal 71 104 151 56 43 0 73 342 36 40
Binary 111001 1000100 1101001 101110 100011 0 111011 11100010 11110 100000

Color Harmonies of #394469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394469

Black with #394469

Text Example


Text Example

White with #394469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394469; }

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

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

background-color css

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

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

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

border-color css

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

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

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