Html Css Color HEX #384769 Port Gore

📋 copy color: '#384769'

red 56 ◦ green 71 ◦ blue 105

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

Shades of Port Gore #384769

Tints of Port Gore #384769

RGB

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

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

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

R = 24.14%
G = 30.6%
B = 45.26%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#384769 (or 0x384769) is known color: Port Gore. HEX triplet: 38, 47 and 69. RGB value is (56,71,105). Sum of RGB (Red+Green+Blue) = 56+71+105=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 105 - color contains mainly: blue. Hex color #384769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384769 is #C7B896. Grayscale: #464646. Windows color (decimal): -13088919 or 6899512. OLE color: 6899512.

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

Color convert

RGB 56 71 105 -
CMYK 0.47 0.32 0 0.59
HSL 221.63º 0.3% 0.32% -
HSV(B) 221.63º 0.47% 0.41% -
XYZ 6.43 6.37 14.25 -
YUV 70.39 147.53 117.74 -
System Red Green Blue C M Y K H S L
Decimal 56 71 105 0.47 0.32 0 0.59 221.63 0.3 0.32
Hex 38 47 69 2F 20 0 3B DE 1E 20
Octal 70 107 151 57 40 0 73 336 36 40
Binary 111000 1000111 1101001 101111 100000 0 111011 11011110 11110 100000

Color Harmonies of #384769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384769

Black with #384769

Text Example


Text Example

White with #384769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384769; }

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

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

background-color css

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

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

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

border-color css

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

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

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