Html Css Color HEX #384770 Port Gore

📋 copy color: '#384770'

red 56 ◦ green 71 ◦ blue 112

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

Shades of Port Gore #384770

Tints of Port Gore #384770

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.71%

 BLUE value IS 112 (44.14% from 255) = 46.86%

R = 23.43%
G = 29.71%
B = 46.86%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#384770 (or 0x384770) is known color: Port Gore. HEX triplet: 38, 47 and 70. RGB value is (56,71,112). Sum of RGB (Red+Green+Blue) = 56+71+112=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 112 - color contains mainly: blue. Hex color #384770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384770 is #C7B88F. Grayscale: #474747. Windows color (decimal): -13088912 or 7358264. OLE color: 7358264.

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

Color convert

RGB 56 71 112 -
CMYK 0.50 0.37 0 0.56
HSL 223.93º 0.33% 0.33% -
HSV(B) 223.93º 0.5% 0.44% -
XYZ 6.81 6.52 16.23 -
YUV 71.19 151.03 117.17 -
System Red Green Blue C M Y K H S L
Decimal 56 71 112 0.50 0.37 0 0.56 223.93 0.33 0.33
Hex 38 47 70 32 25 0 38 E0 21 21
Octal 70 107 160 62 45 0 70 340 41 41
Binary 111000 1000111 1110000 110010 100101 0 111000 11100000 100001 100001

Color Harmonies of #384770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384770

Black with #384770

Text Example


Text Example

White with #384770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384770; }

 p { color: rgb(56,71,112); }

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

background-color css

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

 a { background-color: rgb(56,71,112); }

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

border-color css

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

 span { border-color: rgb(56,71,112); }

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