Html Css Color HEX #3B3E6A Port Gore

📋 copy color: '#3B3E6A'

red 59 ◦ green 62 ◦ blue 106

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

Shades of Port Gore #3B3E6A

Tints of Port Gore #3B3E6A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.31%

 BLUE value IS 106 (41.8% from 255) = 46.7%

R = 25.99%
G = 27.31%
B = 46.7%

CMYK

 C value IS 0.44

 M value IS 0.42

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3B3E6A (or 0x3B3E6A) is known color: Port Gore. HEX triplet: 3B, 3E and 6A. RGB value is (59,62,106). Sum of RGB (Red+Green+Blue) = 59+62+106=227 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.99% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 106 (41.80% from 255 or 46.70% from 227); Max value from RGB is 106 - color contains mainly: blue. Hex color #3B3E6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3E6A is #C4C195. Grayscale: #414141. Windows color (decimal): -12894614 or 6962747. OLE color: 6962747.

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

Color convert

RGB 59 62 106 -
CMYK 0.44 0.42 0 0.58
HSL 236.17º 0.28% 0.32% -
HSV(B) 236.17º 0.44% 0.42% -
XYZ 6.13 5.42 14.36 -
YUV 66.12 150.51 122.92 -
System Red Green Blue C M Y K H S L
Decimal 59 62 106 0.44 0.42 0 0.58 236.17 0.28 0.32
Hex 3B 3E 6A 2C 2A 0 3A EC 1C 20
Octal 73 76 152 54 52 0 72 354 34 40
Binary 111011 111110 1101010 101100 101010 0 111010 11101100 11100 100000

Color Harmonies of #3B3E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3E6A

Black with #3B3E6A

Text Example


Text Example

White with #3B3E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,62,106); }

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

background-color css

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

 a { background-color: rgb(59,62,106); }

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

border-color css

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

 span { border-color: rgb(59,62,106); }

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