Html Css Color HEX #2B4172 Resolution Blue

📋 copy color: '#2B4172'

red 43 ◦ green 65 ◦ blue 114

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

Shades of Resolution Blue #2B4172

Tints of Resolution Blue #2B4172

RGB

 RED value IS 43 (17.19% from 255) = 19.37%

 GREEN value IS 65 (25.78% from 255) = 29.28%

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

R = 19.37%
G = 29.28%
B = 51.35%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2B4172 (or 0x2B4172) is known color: Resolution Blue. HEX triplet: 2B, 41 and 72. RGB value is (43,65,114). Sum of RGB (Red+Green+Blue) = 43+65+114=222 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.37% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #2B4172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4172 is #D4BE8D. Grayscale: #3F3F3F. Windows color (decimal): -13942414 or 7487787. OLE color: 7487787.

HSL color Cylindrical-coordinate representation of color #2B4172: hue angle of 221.41º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B4172 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 43 65 114 -
CMYK 0.62 0.43 0 0.55
HSL 221.41º 0.45% 0.31% -
HSV(B) 221.41º 0.62% 0.45% -
XYZ 5.92 5.51 16.67 -
YUV 64.01 156.21 113.02 -
System Red Green Blue C M Y K H S L
Decimal 43 65 114 0.62 0.43 0 0.55 221.41 0.45 0.31
Hex 2B 41 72 3E 2B 0 37 DD 2D 1F
Octal 53 101 162 76 53 0 67 335 55 37
Binary 101011 1000001 1110010 111110 101011 0 110111 11011101 101101 11111

Color Harmonies of #2B4172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4172

Black with #2B4172

Text Example


Text Example

White with #2B4172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B4172; }

 p { color: rgb(43,65,114); }

 H1.HeaderClassName
 {
   color: #2B4172;
 }
 .AnyTagClassName
 {
   color: #2B4172;
 }
</style>

background-color css

<style>
 a { background-color: #2B4172; }

 a { background-color: rgb(43,65,114); }

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

border-color css

<style>
 span { border-color: #2B4172; }

 span { border-color: rgb(43,65,114); }

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