Html Css Color HEX #3B426E Port Gore

📋 copy color: '#3B426E'

red 59 ◦ green 66 ◦ blue 110

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

Shades of Port Gore #3B426E

Tints of Port Gore #3B426E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.09%

 BLUE value IS 110 (43.36% from 255) = 46.81%

R = 25.11%
G = 28.09%
B = 46.81%

CMYK

 C value IS 0.46

 M value IS 0.4

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3B426E (or 0x3B426E) is known color: Port Gore. HEX triplet: 3B, 42 and 6E. RGB value is (59,66,110). Sum of RGB (Red+Green+Blue) = 59+66+110=235 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25.11% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 110 (43.36% from 255 or 46.81% from 235); Max value from RGB is 110 - color contains mainly: blue. Hex color #3B426E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B426E is #C4BD91. Grayscale: #444444. Windows color (decimal): -12893586 or 7225915. OLE color: 7225915.

HSL color Cylindrical-coordinate representation of color #3B426E: hue angle of 231.76º 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 #3B426E is Cyan = 0.46, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 59 66 110 -
CMYK 0.46 0.4 0 0.57
HSL 231.76º 0.3% 0.33% -
HSV(B) 231.76º 0.46% 0.43% -
XYZ 6.57 5.95 15.55 -
YUV 68.92 151.18 120.92 -
System Red Green Blue C M Y K H S L
Decimal 59 66 110 0.46 0.4 0 0.57 231.76 0.3 0.33
Hex 3B 42 6E 2E 28 0 39 E8 1E 21
Octal 73 102 156 56 50 0 71 350 36 41
Binary 111011 1000010 1101110 101110 101000 0 111001 11101000 11110 100001

Color Harmonies of #3B426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B426E

Black with #3B426E

Text Example


Text Example

White with #3B426E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,66,110); }

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

background-color css

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

 a { background-color: rgb(59,66,110); }

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

border-color css

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

 span { border-color: rgb(59,66,110); }

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