Html Css Color HEX #384169 Port Gore

📋 copy color: '#384169'

red 56 ◦ green 65 ◦ blue 105

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

Shades of Port Gore #384169

Tints of Port Gore #384169

RGB

 RED value IS 56 (22.27% from 255) = 24.78%

 GREEN value IS 65 (25.78% from 255) = 28.76%

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

R = 24.78%
G = 28.76%
B = 46.46%

CMYK

 C value IS 0.47

 M value IS 0.38

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#384169 (or 0x384169) is known color: Port Gore. HEX triplet: 38, 41 and 69. RGB value is (56,65,105). Sum of RGB (Red+Green+Blue) = 56+65+105=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: blue. Hex color #384169 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384169 is #C7BE96. Grayscale: #424242. Windows color (decimal): -13090455 or 6897976. OLE color: 6897976.

HSL color Cylindrical-coordinate representation of color #384169: hue angle of 228.98º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #384169 is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 65 105 -
CMYK 0.47 0.38 0 0.59
HSL 228.98º 0.3% 0.32% -
HSV(B) 228.98º 0.47% 0.41% -
XYZ 6.07 5.64 14.13 -
YUV 66.87 149.52 120.25 -
System Red Green Blue C M Y K H S L
Decimal 56 65 105 0.47 0.38 0 0.59 228.98 0.3 0.32
Hex 38 41 69 2F 26 0 3B E5 1E 20
Octal 70 101 151 57 46 0 73 345 36 40
Binary 111000 1000001 1101001 101111 100110 0 111011 11100101 11110 100000

Color Harmonies of #384169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384169

Black with #384169

Text Example


Text Example

White with #384169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384169; }

 p { color: rgb(56,65,105); }

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

background-color css

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

 a { background-color: rgb(56,65,105); }

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

border-color css

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

 span { border-color: rgb(56,65,105); }

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