Html Css Color HEX #2B4373 Resolution Blue

📋 copy color: '#2B4373'

red 43 ◦ green 67 ◦ blue 115

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

Shades of Resolution Blue #2B4373

Tints of Resolution Blue #2B4373

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.78%

 BLUE value IS 115 (45.31% from 255) = 51.11%

R = 19.11%
G = 29.78%
B = 51.11%

CMYK

 C value IS 0.63

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2B4373 (or 0x2B4373) is known color: Resolution Blue. HEX triplet: 2B, 43 and 73. RGB value is (43,67,115). Sum of RGB (Red+Green+Blue) = 43+67+115=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #2B4373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4373 is #D4BC8C. Grayscale: #414141. Windows color (decimal): -13941901 or 7553835. OLE color: 7553835.

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

Color convert

RGB 43 67 115 -
CMYK 0.63 0.42 0 0.55
HSL 220º 0.46% 0.31% -
HSV(B) 220º 0.63% 0.45% -
XYZ 6.1 5.77 17.01 -
YUV 65.3 156.05 112.1 -
System Red Green Blue C M Y K H S L
Decimal 43 67 115 0.63 0.42 0 0.55 220 0.46 0.31
Hex 2B 43 73 3F 2A 0 37 DC 2E 1F
Octal 53 103 163 77 52 0 67 334 56 37
Binary 101011 1000011 1110011 111111 101010 0 110111 11011100 101110 11111

Color Harmonies of #2B4373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4373

Black with #2B4373

Text Example


Text Example

White with #2B4373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,67,115); }

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

background-color css

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

 a { background-color: rgb(43,67,115); }

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

border-color css

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

 span { border-color: rgb(43,67,115); }

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