Html Css Color HEX #384268 Port Gore

📋 copy color: '#384268'

red 56 ◦ green 66 ◦ blue 104

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

Shades of Port Gore #384268

Tints of Port Gore #384268

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.2%

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

R = 24.78%
G = 29.2%
B = 46.02%

CMYK

 C value IS 0.46

 M value IS 0.37

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#384268 (or 0x384268) is known color: Port Gore. HEX triplet: 38, 42 and 68. RGB value is (56,66,104). Sum of RGB (Red+Green+Blue) = 56+66+104=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 104 - color contains mainly: blue. Hex color #384268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384268 is #C7BD97. Grayscale: #434343. Windows color (decimal): -13090200 or 6832696. OLE color: 6832696.

HSL color Cylindrical-coordinate representation of color #384268: hue angle of 227.5º 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 #384268 is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 66 104 -
CMYK 0.46 0.37 0 0.59
HSL 227.5º 0.3% 0.31% -
HSV(B) 227.5º 0.46% 0.41% -
XYZ 6.08 5.74 13.88 -
YUV 67.34 148.69 119.91 -
System Red Green Blue C M Y K H S L
Decimal 56 66 104 0.46 0.37 0 0.59 227.5 0.3 0.31
Hex 38 42 68 2E 25 0 3B E4 1E 1F
Octal 70 102 150 56 45 0 73 344 36 37
Binary 111000 1000010 1101000 101110 100101 0 111011 11100100 11110 11111

Color Harmonies of #384268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384268

Black with #384268

Text Example


Text Example

White with #384268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384268; }

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

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

background-color css

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

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

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

border-color css

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

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

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