Html Css Color HEX #384972 Port Gore

📋 copy color: '#384972'

red 56 ◦ green 73 ◦ blue 114

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

Shades of Port Gore #384972

Tints of Port Gore #384972

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.04%

 BLUE value IS 114 (44.92% from 255) = 46.91%

R = 23.05%
G = 30.04%
B = 46.91%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#384972 (or 0x384972) is known color: Port Gore. HEX triplet: 38, 49 and 72. RGB value is (56,73,114). Sum of RGB (Red+Green+Blue) = 56+73+114=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #384972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384972 is #C7B68D. Grayscale: #484848. Windows color (decimal): -13088398 or 7489848. OLE color: 7489848.

HSL color Cylindrical-coordinate representation of color #384972: hue angle of 222.41º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #384972 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 73 114 -
CMYK 0.51 0.36 0 0.55
HSL 222.41º 0.34% 0.33% -
HSV(B) 222.41º 0.51% 0.45% -
XYZ 7.05 6.82 16.86 -
YUV 72.59 151.37 116.17 -
System Red Green Blue C M Y K H S L
Decimal 56 73 114 0.51 0.36 0 0.55 222.41 0.34 0.33
Hex 38 49 72 33 24 0 37 DE 22 21
Octal 70 111 162 63 44 0 67 336 42 41
Binary 111000 1001001 1110010 110011 100100 0 110111 11011110 100010 100001

Color Harmonies of #384972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384972

Black with #384972

Text Example


Text Example

White with #384972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384972; }

 p { color: rgb(56,73,114); }

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

background-color css

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

 a { background-color: rgb(56,73,114); }

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

border-color css

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

 span { border-color: rgb(56,73,114); }

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