Html Css Color HEX #384271 Port Gore

📋 copy color: '#384271'

red 56 ◦ green 66 ◦ blue 113

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

Shades of Port Gore #384271

Tints of Port Gore #384271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.09%

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

R = 23.83%
G = 28.09%
B = 48.09%

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

#384271 (or 0x384271) is known color: Port Gore. HEX triplet: 38, 42 and 71. RGB value is (56,66,113). Sum of RGB (Red+Green+Blue) = 56+66+113=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 113 - color contains mainly: blue. Hex color #384271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384271 is #C7BD8E. Grayscale: #444444. Windows color (decimal): -13090191 or 7422520. OLE color: 7422520.

HSL color Cylindrical-coordinate representation of color #384271: hue angle of 229.47º 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 #384271 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 66 113 -
CMYK 0.50 0.42 0 0.56
HSL 229.47º 0.34% 0.33% -
HSV(B) 229.47º 0.5% 0.44% -
XYZ 6.56 5.93 16.42 -
YUV 68.37 153.19 119.18 -
System Red Green Blue C M Y K H S L
Decimal 56 66 113 0.50 0.42 0 0.56 229.47 0.34 0.33
Hex 38 42 71 32 2A 0 38 E5 22 21
Octal 70 102 161 62 52 0 70 345 42 41
Binary 111000 1000010 1110001 110010 101010 0 111000 11100101 100010 100001

Color Harmonies of #384271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384271

Black with #384271

Text Example


Text Example

White with #384271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384271; }

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

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

background-color css

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

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

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

border-color css

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

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

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