Html Css Color HEX #3B486B Port Gore

📋 copy color: '#3B486B'

red 59 ◦ green 72 ◦ blue 107

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

Shades of Port Gore #3B486B

Tints of Port Gore #3B486B

RGB

 RED value IS 59 (23.44% from 255) = 24.79%

 GREEN value IS 72 (28.52% from 255) = 30.25%

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

R = 24.79%
G = 30.25%
B = 44.96%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3B486B (or 0x3B486B) is known color: Port Gore. HEX triplet: 3B, 48 and 6B. RGB value is (59,72,107). Sum of RGB (Red+Green+Blue) = 59+72+107=238 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.79% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 107 - color contains mainly: blue. Hex color #3B486B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B486B is #C4B794. Grayscale: #474747. Windows color (decimal): -12892053 or 7030843. OLE color: 7030843.

HSL color Cylindrical-coordinate representation of color #3B486B: hue angle of 223.75º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3B486B is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 59 72 107 -
CMYK 0.45 0.33 0 0.58
HSL 223.75º 0.29% 0.33% -
HSV(B) 223.75º 0.45% 0.42% -
XYZ 6.77 6.63 14.83 -
YUV 72.1 147.69 118.65 -
System Red Green Blue C M Y K H S L
Decimal 59 72 107 0.45 0.33 0 0.58 223.75 0.29 0.33
Hex 3B 48 6B 2D 21 0 3A E0 1D 21
Octal 73 110 153 55 41 0 72 340 35 41
Binary 111011 1001000 1101011 101101 100001 0 111010 11100000 11101 100001

Color Harmonies of #3B486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B486B

Black with #3B486B

Text Example


Text Example

White with #3B486B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B486B; }

 p { color: rgb(59,72,107); }

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

background-color css

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

 a { background-color: rgb(59,72,107); }

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

border-color css

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

 span { border-color: rgb(59,72,107); }

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