Html Css Color HEX #384171 Port Gore

📋 copy color: '#384171'

red 56 ◦ green 65 ◦ blue 113

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

Shades of Port Gore #384171

Tints of Port Gore #384171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 48.29%

R = 23.93%
G = 27.78%
B = 48.29%

CMYK

 C value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#384171 (or 0x384171) is known color: Port Gore. HEX triplet: 38, 41 and 71. RGB value is (56,65,113). Sum of RGB (Red+Green+Blue) = 56+65+113=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #384171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384171 is #C7BE8E. Grayscale: #434343. Windows color (decimal): -13090447 or 7422264. OLE color: 7422264.

HSL color Cylindrical-coordinate representation of color #384171: hue angle of 230.53º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #384171 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 65 113 -
CMYK 0.50 0.42 0 0.56
HSL 230.53º 0.34% 0.33% -
HSV(B) 230.53º 0.5% 0.44% -
XYZ 6.5 5.81 16.4 -
YUV 67.78 153.52 119.6 -
System Red Green Blue C M Y K H S L
Decimal 56 65 113 0.50 0.42 0 0.56 230.53 0.34 0.33
Hex 38 41 71 32 2A 0 38 E7 22 21
Octal 70 101 161 62 52 0 70 347 42 41
Binary 111000 1000001 1110001 110010 101010 0 111000 11100111 100010 100001

Color Harmonies of #384171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384171

Black with #384171

Text Example


Text Example

White with #384171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384171; }

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

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

background-color css

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

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

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

border-color css

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

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

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