Html Css Color HEX #38496E Port Gore

📋 copy color: '#38496E'

red 56 ◦ green 73 ◦ blue 110

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

Shades of Port Gore #38496E

Tints of Port Gore #38496E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.54%

 BLUE value IS 110 (43.36% from 255) = 46.03%

R = 23.43%
G = 30.54%
B = 46.03%

CMYK

 C value IS 0.49

 M value IS 0.34

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#38496E (or 0x38496E) is known color: Port Gore. HEX triplet: 38, 49 and 6E. RGB value is (56,73,110). Sum of RGB (Red+Green+Blue) = 56+73+110=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 110 - color contains mainly: blue. Hex color #38496E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38496E is #C7B691. Grayscale: #474747. Windows color (decimal): -13088402 or 7227704. OLE color: 7227704.

HSL color Cylindrical-coordinate representation of color #38496E: hue angle of 221.11º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #38496E is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 73 110 -
CMYK 0.49 0.34 0 0.57
HSL 221.11º 0.33% 0.33% -
HSV(B) 221.11º 0.49% 0.43% -
XYZ 6.83 6.73 15.69 -
YUV 72.14 149.37 116.49 -
System Red Green Blue C M Y K H S L
Decimal 56 73 110 0.49 0.34 0 0.57 221.11 0.33 0.33
Hex 38 49 6E 31 22 0 39 DD 21 21
Octal 70 111 156 61 42 0 71 335 41 41
Binary 111000 1001001 1101110 110001 100010 0 111001 11011101 100001 100001

Color Harmonies of #38496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38496E

Black with #38496E

Text Example


Text Example

White with #38496E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38496E; }

 p { color: rgb(56,73,110); }

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

background-color css

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

 a { background-color: rgb(56,73,110); }

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

border-color css

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

 span { border-color: rgb(56,73,110); }

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