Html Css Color HEX #384469 Port Gore

📋 copy color: '#384469'

red 56 ◦ green 68 ◦ blue 105

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

Shades of Port Gore #384469

Tints of Port Gore #384469

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.69%

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

R = 24.45%
G = 29.69%
B = 45.85%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#384469 (or 0x384469) is known color: Port Gore. HEX triplet: 38, 44 and 69. RGB value is (56,68,105). Sum of RGB (Red+Green+Blue) = 56+68+105=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 105 - color contains mainly: blue. Hex color #384469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384469 is #C7BB96. Grayscale: #444444. Windows color (decimal): -13089687 or 6898744. OLE color: 6898744.

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

Color convert

RGB 56 68 105 -
CMYK 0.47 0.35 0 0.59
HSL 225.31º 0.3% 0.32% -
HSV(B) 225.31º 0.47% 0.41% -
XYZ 6.25 5.99 14.19 -
YUV 68.63 148.52 118.99 -
System Red Green Blue C M Y K H S L
Decimal 56 68 105 0.47 0.35 0 0.59 225.31 0.3 0.32
Hex 38 44 69 2F 23 0 3B E1 1E 20
Octal 70 104 151 57 43 0 73 341 36 40
Binary 111000 1000100 1101001 101111 100011 0 111011 11100001 11110 100000

Color Harmonies of #384469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384469

Black with #384469

Text Example


Text Example

White with #384469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384469; }

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

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

background-color css

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

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

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

border-color css

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

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

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