Html Css Color HEX #384870 Port Gore

📋 copy color: '#384870'

red 56 ◦ green 72 ◦ blue 112

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

Shades of Port Gore #384870

Tints of Port Gore #384870

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30%

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

R = 23.33%
G = 30%
B = 46.67%

CMYK

 C value IS 0.50

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#384870 (or 0x384870) is known color: Port Gore. HEX triplet: 38, 48 and 70. RGB value is (56,72,112). Sum of RGB (Red+Green+Blue) = 56+72+112=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 112 - color contains mainly: blue. Hex color #384870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384870 is #C7B78F. Grayscale: #474747. Windows color (decimal): -13088656 or 7358520. OLE color: 7358520.

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

Color convert

RGB 56 72 112 -
CMYK 0.50 0.36 0 0.56
HSL 222.86º 0.33% 0.33% -
HSV(B) 222.86º 0.5% 0.44% -
XYZ 6.87 6.65 16.25 -
YUV 71.78 150.7 116.75 -
System Red Green Blue C M Y K H S L
Decimal 56 72 112 0.50 0.36 0 0.56 222.86 0.33 0.33
Hex 38 48 70 32 24 0 38 DF 21 21
Octal 70 110 160 62 44 0 70 337 41 41
Binary 111000 1001000 1110000 110010 100100 0 111000 11011111 100001 100001

Color Harmonies of #384870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384870

Black with #384870

Text Example


Text Example

White with #384870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384870; }

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

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

background-color css

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

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

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

border-color css

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

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

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