Html Css Color HEX #3B426B Port Gore

📋 copy color: '#3B426B'

red 59 ◦ green 66 ◦ blue 107

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

Shades of Port Gore #3B426B

Tints of Port Gore #3B426B

RGB

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

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

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

R = 25.43%
G = 28.45%
B = 46.12%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3B426B (or 0x3B426B) is known color: Port Gore. HEX triplet: 3B, 42 and 6B. RGB value is (59,66,107). Sum of RGB (Red+Green+Blue) = 59+66+107=232 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.43% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 107 - color contains mainly: blue. Hex color #3B426B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B426B is #C4BD94. Grayscale: #444444. Windows color (decimal): -12893589 or 7029307. OLE color: 7029307.

HSL color Cylindrical-coordinate representation of color #3B426B: hue angle of 231.25º 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 #3B426B is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 59 66 107 -
CMYK 0.45 0.38 0 0.58
HSL 231.25º 0.29% 0.33% -
HSV(B) 231.25º 0.45% 0.42% -
XYZ 6.41 5.89 14.71 -
YUV 68.58 149.68 121.17 -
System Red Green Blue C M Y K H S L
Decimal 59 66 107 0.45 0.38 0 0.58 231.25 0.29 0.33
Hex 3B 42 6B 2D 26 0 3A E7 1D 21
Octal 73 102 153 55 46 0 72 347 35 41
Binary 111011 1000010 1101011 101101 100110 0 111010 11100111 11101 100001

Color Harmonies of #3B426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B426B

Black with #3B426B

Text Example


Text Example

White with #3B426B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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