Html Css Color HEX #38466B Port Gore

📋 copy color: '#38466B'

red 56 ◦ green 70 ◦ blue 107

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

Shades of Port Gore #38466B

Tints of Port Gore #38466B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 45.92%

R = 24.03%
G = 30.04%
B = 45.92%

CMYK

 C value IS 0.48

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#38466B (or 0x38466B) is known color: Port Gore. HEX triplet: 38, 46 and 6B. RGB value is (56,70,107). Sum of RGB (Red+Green+Blue) = 56+70+107=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 107 - color contains mainly: blue. Hex color #38466B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38466B is #C7B994. Grayscale: #454545. Windows color (decimal): -13089173 or 7030328. OLE color: 7030328.

HSL color Cylindrical-coordinate representation of color #38466B: hue angle of 223.53º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #38466B is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 70 107 -
CMYK 0.48 0.35 0 0.58
HSL 223.53º 0.31% 0.32% -
HSV(B) 223.53º 0.48% 0.42% -
XYZ 6.47 6.28 14.78 -
YUV 70.03 148.86 117.99 -
System Red Green Blue C M Y K H S L
Decimal 56 70 107 0.48 0.35 0 0.58 223.53 0.31 0.32
Hex 38 46 6B 30 23 0 3A E0 1F 20
Octal 70 106 153 60 43 0 72 340 37 40
Binary 111000 1000110 1101011 110000 100011 0 111010 11100000 11111 100000

Color Harmonies of #38466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38466B

Black with #38466B

Text Example


Text Example

White with #38466B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38466B; }

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

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

background-color css

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

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

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

border-color css

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

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

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