Html Css Color HEX #3B4272 Port Gore

📋 copy color: '#3B4272'

red 59 ◦ green 66 ◦ blue 114

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

Shades of Port Gore #3B4272

Tints of Port Gore #3B4272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 47.7%

R = 24.69%
G = 27.62%
B = 47.7%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3B4272 (or 0x3B4272) is known color: Port Gore. HEX triplet: 3B, 42 and 72. RGB value is (59,66,114). Sum of RGB (Red+Green+Blue) = 59+66+114=239 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.69% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 114 (44.92% from 255 or 47.70% from 239); Max value from RGB is 114 - color contains mainly: blue. Hex color #3B4272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4272 is #C4BD8D. Grayscale: #454545. Windows color (decimal): -12893582 or 7488059. OLE color: 7488059.

HSL color Cylindrical-coordinate representation of color #3B4272: hue angle of 232.36º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B4272 is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 59 66 114 -
CMYK 0.48 0.42 0 0.55
HSL 232.36º 0.32% 0.34% -
HSV(B) 232.36º 0.48% 0.45% -
XYZ 6.79 6.04 16.73 -
YUV 69.38 153.18 120.6 -
System Red Green Blue C M Y K H S L
Decimal 59 66 114 0.48 0.42 0 0.55 232.36 0.32 0.34
Hex 3B 42 72 30 2A 0 37 E8 20 22
Octal 73 102 162 60 52 0 67 350 40 42
Binary 111011 1000010 1110010 110000 101010 0 110111 11101000 100000 100010

Color Harmonies of #3B4272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4272

Black with #3B4272

Text Example


Text Example

White with #3B4272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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