Html Css Color HEX #384669 Port Gore

📋 copy color: '#384669'

red 56 ◦ green 70 ◦ blue 105

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

Shades of Port Gore #384669

Tints of Port Gore #384669

RGB

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

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

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

R = 24.24%
G = 30.3%
B = 45.45%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#384669 (or 0x384669) is known color: Port Gore. HEX triplet: 38, 46 and 69. RGB value is (56,70,105). Sum of RGB (Red+Green+Blue) = 56+70+105=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 105 (41.41% from 255 or 45.45% from 231); Max value from RGB is 105 - color contains mainly: blue. Hex color #384669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384669 is #C7B996. Grayscale: #454545. Windows color (decimal): -13089175 or 6899256. OLE color: 6899256.

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

Color convert

RGB 56 70 105 -
CMYK 0.47 0.33 0 0.59
HSL 222.86º 0.3% 0.32% -
HSV(B) 222.86º 0.47% 0.41% -
XYZ 6.37 6.24 14.23 -
YUV 69.8 147.86 118.15 -
System Red Green Blue C M Y K H S L
Decimal 56 70 105 0.47 0.33 0 0.59 222.86 0.3 0.32
Hex 38 46 69 2F 21 0 3B DF 1E 20
Octal 70 106 151 57 41 0 73 337 36 40
Binary 111000 1000110 1101001 101111 100001 0 111011 11011111 11110 100000

Color Harmonies of #384669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384669

Black with #384669

Text Example


Text Example

White with #384669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384669; }

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

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

background-color css

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

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

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

border-color css

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

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

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