Html Css Color HEX #384869 Port Gore

📋 copy color: '#384869'

red 56 ◦ green 72 ◦ blue 105

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

Shades of Port Gore #384869

Tints of Port Gore #384869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 45.06%

R = 24.03%
G = 30.9%
B = 45.06%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#384869 (or 0x384869) is known color: Port Gore. HEX triplet: 38, 48 and 69. RGB value is (56,72,105). Sum of RGB (Red+Green+Blue) = 56+72+105=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #384869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384869 is #C7B796. Grayscale: #464646. Windows color (decimal): -13088663 or 6899768. OLE color: 6899768.

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

Color convert

RGB 56 72 105 -
CMYK 0.47 0.31 0 0.59
HSL 220.41º 0.3% 0.32% -
HSV(B) 220.41º 0.47% 0.41% -
XYZ 6.5 6.5 14.28 -
YUV 70.98 147.2 117.32 -
System Red Green Blue C M Y K H S L
Decimal 56 72 105 0.47 0.31 0 0.59 220.41 0.3 0.32
Hex 38 48 69 2F 1F 0 3B DC 1E 20
Octal 70 110 151 57 37 0 73 334 36 40
Binary 111000 1001000 1101001 101111 11111 0 111011 11011100 11110 100000

Color Harmonies of #384869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384869

Black with #384869

Text Example


Text Example

White with #384869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384869; }

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

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

background-color css

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

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

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

border-color css

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

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

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