Html Css Color HEX #3B466D Port Gore

📋 copy color: '#3B466D'

red 59 ◦ green 70 ◦ blue 109

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

Shades of Port Gore #3B466D

Tints of Port Gore #3B466D

RGB

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

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

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

R = 24.79%
G = 29.41%
B = 45.8%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3B466D (or 0x3B466D) is known color: Port Gore. HEX triplet: 3B, 46 and 6D. RGB value is (59,70,109). Sum of RGB (Red+Green+Blue) = 59+70+109=238 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.79% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #3B466D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B466D is #C4B992. Grayscale: #464646. Windows color (decimal): -12892563 or 7161403. OLE color: 7161403.

HSL color Cylindrical-coordinate representation of color #3B466D: hue angle of 226.8º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B466D is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 59 70 109 -
CMYK 0.46 0.36 0 0.57
HSL 226.8º 0.3% 0.33% -
HSV(B) 226.8º 0.46% 0.43% -
XYZ 6.75 6.41 15.35 -
YUV 71.16 149.36 119.33 -
System Red Green Blue C M Y K H S L
Decimal 59 70 109 0.46 0.36 0 0.57 226.8 0.3 0.33
Hex 3B 46 6D 2E 24 0 39 E3 1E 21
Octal 73 106 155 56 44 0 71 343 36 41
Binary 111011 1000110 1101101 101110 100100 0 111001 11100011 11110 100001

Color Harmonies of #3B466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B466D

Black with #3B466D

Text Example


Text Example

White with #3B466D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,70,109); }

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

background-color css

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

 a { background-color: rgb(59,70,109); }

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

border-color css

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

 span { border-color: rgb(59,70,109); }

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