Html Css Color HEX #384670 Port Gore

📋 copy color: '#384670'

red 56 ◦ green 70 ◦ blue 112

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

Shades of Port Gore #384670

Tints of Port Gore #384670

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.41%

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

R = 23.53%
G = 29.41%
B = 47.06%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#384670 (or 0x384670) is known color: Port Gore. HEX triplet: 38, 46 and 70. RGB value is (56,70,112). Sum of RGB (Red+Green+Blue) = 56+70+112=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 112 - color contains mainly: blue. Hex color #384670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384670 is #C7B98F. Grayscale: #464646. Windows color (decimal): -13089168 or 7358008. OLE color: 7358008.

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

Color convert

RGB 56 70 112 -
CMYK 0.50 0.38 0 0.56
HSL 225º 0.33% 0.33% -
HSV(B) 225º 0.5% 0.44% -
XYZ 6.75 6.39 16.21 -
YUV 70.6 151.36 117.58 -
System Red Green Blue C M Y K H S L
Decimal 56 70 112 0.50 0.38 0 0.56 225 0.33 0.33
Hex 38 46 70 32 26 0 38 E1 21 21
Octal 70 106 160 62 46 0 70 341 41 41
Binary 111000 1000110 1110000 110010 100110 0 111000 11100001 100001 100001

Color Harmonies of #384670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384670

Black with #384670

Text Example


Text Example

White with #384670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384670; }

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

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

background-color css

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

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

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

border-color css

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

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

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