Html Css Color HEX #384768 Port Gore

📋 copy color: '#384768'

red 56 ◦ green 71 ◦ blue 104

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

Shades of Port Gore #384768

Tints of Port Gore #384768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 45.02%

R = 24.24%
G = 30.74%
B = 45.02%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#384768 (or 0x384768) is known color: Port Gore. HEX triplet: 38, 47 and 68. RGB value is (56,71,104). Sum of RGB (Red+Green+Blue) = 56+71+104=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 104 - color contains mainly: blue. Hex color #384768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384768 is #C7B897. Grayscale: #464646. Windows color (decimal): -13088920 or 6833976. OLE color: 6833976.

HSL color Cylindrical-coordinate representation of color #384768: hue angle of 221.25º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #384768 is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 71 104 -
CMYK 0.46 0.32 0 0.59
HSL 221.25º 0.3% 0.31% -
HSV(B) 221.25º 0.46% 0.41% -
XYZ 6.38 6.35 13.99 -
YUV 70.28 147.03 117.82 -
System Red Green Blue C M Y K H S L
Decimal 56 71 104 0.46 0.32 0 0.59 221.25 0.3 0.31
Hex 38 47 68 2E 20 0 3B DD 1E 1F
Octal 70 107 150 56 40 0 73 335 36 37
Binary 111000 1000111 1101000 101110 100000 0 111011 11011101 11110 11111

Color Harmonies of #384768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384768

Black with #384768

Text Example


Text Example

White with #384768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384768; }

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

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

background-color css

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

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

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

border-color css

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

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

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