Html Css Color HEX #3B4472 Port Gore

📋 copy color: '#3B4472'

red 59 ◦ green 68 ◦ blue 114

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

Shades of Port Gore #3B4472

Tints of Port Gore #3B4472

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.22%

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

R = 24.48%
G = 28.22%
B = 47.3%

CMYK

 C value IS 0.48

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3B4472 (or 0x3B4472) is known color: Port Gore. HEX triplet: 3B, 44 and 72. RGB value is (59,68,114). Sum of RGB (Red+Green+Blue) = 59+68+114=241 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.48% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #3B4472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4472 is #C4BB8D. Grayscale: #464646. Windows color (decimal): -12893070 or 7488571. OLE color: 7488571.

HSL color Cylindrical-coordinate representation of color #3B4472: hue angle of 230.18º 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 #3B4472 is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 59 68 114 -
CMYK 0.48 0.40 0 0.55
HSL 230.18º 0.32% 0.34% -
HSV(B) 230.18º 0.48% 0.45% -
XYZ 6.91 6.28 16.77 -
YUV 70.55 152.52 119.76 -
System Red Green Blue C M Y K H S L
Decimal 59 68 114 0.48 0.40 0 0.55 230.18 0.32 0.34
Hex 3B 44 72 30 28 0 37 E6 20 22
Octal 73 104 162 60 50 0 67 346 40 42
Binary 111011 1000100 1110010 110000 101000 0 110111 11100110 100000 100010

Color Harmonies of #3B4472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4472

Black with #3B4472

Text Example


Text Example

White with #3B4472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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