Html Css Color HEX #3B4670 Port Gore

📋 copy color: '#3B4670'

red 59 ◦ green 70 ◦ blue 112

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

Shades of Port Gore #3B4670

Tints of Port Gore #3B4670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 46.47%

R = 24.48%
G = 29.05%
B = 46.47%

CMYK

 C value IS 0.47

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3B4670 (or 0x3B4670) is known color: Port Gore. HEX triplet: 3B, 46 and 70. RGB value is (59,70,112). Sum of RGB (Red+Green+Blue) = 59+70+112=241 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.48% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #3B4670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4670 is #C4B98F. Grayscale: #474747. Windows color (decimal): -12892560 or 7358011. OLE color: 7358011.

HSL color Cylindrical-coordinate representation of color #3B4670: hue angle of 227.55º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B4670 is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 59 70 112 -
CMYK 0.47 0.38 0 0.56
HSL 227.55º 0.31% 0.34% -
HSV(B) 227.55º 0.47% 0.44% -
XYZ 6.92 6.48 16.22 -
YUV 71.5 150.86 119.08 -
System Red Green Blue C M Y K H S L
Decimal 59 70 112 0.47 0.38 0 0.56 227.55 0.31 0.34
Hex 3B 46 70 2F 26 0 38 E4 1F 22
Octal 73 106 160 57 46 0 70 344 37 42
Binary 111011 1000110 1110000 101111 100110 0 111000 11100100 11111 100010

Color Harmonies of #3B4670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4670

Black with #3B4670

Text Example


Text Example

White with #3B4670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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