Html Css Color HEX #38476D Port Gore

📋 copy color: '#38476D'

red 56 ◦ green 71 ◦ blue 109

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

Shades of Port Gore #38476D

Tints of Port Gore #38476D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 46.19%

R = 23.73%
G = 30.08%
B = 46.19%

CMYK

 C value IS 0.49

 M value IS 0.35

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#38476D (or 0x38476D) is known color: Port Gore. HEX triplet: 38, 47 and 6D. RGB value is (56,71,109). Sum of RGB (Red+Green+Blue) = 56+71+109=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 109 - color contains mainly: blue. Hex color #38476D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38476D is #C7B892. Grayscale: #464646. Windows color (decimal): -13088915 or 7161656. OLE color: 7161656.

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

Color convert

RGB 56 71 109 -
CMYK 0.49 0.35 0 0.57
HSL 223.02º 0.32% 0.32% -
HSV(B) 223.02º 0.49% 0.43% -
XYZ 6.64 6.45 15.36 -
YUV 70.85 149.53 117.41 -
System Red Green Blue C M Y K H S L
Decimal 56 71 109 0.49 0.35 0 0.57 223.02 0.32 0.32
Hex 38 47 6D 31 23 0 39 DF 20 20
Octal 70 107 155 61 43 0 71 337 40 40
Binary 111000 1000111 1101101 110001 100011 0 111001 11011111 100000 100000

Color Harmonies of #38476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38476D

Black with #38476D

Text Example


Text Example

White with #38476D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38476D; }

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

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

background-color css

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

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

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

border-color css

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

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

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