Html Css Color HEX #2B4377 Resolution Blue

📋 copy color: '#2B4377'

red 43 ◦ green 67 ◦ blue 119

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

Shades of Resolution Blue #2B4377

Tints of Resolution Blue #2B4377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 51.97%

R = 18.78%
G = 29.26%
B = 51.97%

CMYK

 C value IS 0.64

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2B4377 (or 0x2B4377) is known color: Resolution Blue. HEX triplet: 2B, 43 and 77. RGB value is (43,67,119). Sum of RGB (Red+Green+Blue) = 43+67+119=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 119 (46.88% from 255 or 51.97% from 229); Max value from RGB is 119 - color contains mainly: blue. Hex color #2B4377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4377 is #D4BC88. Grayscale: #414141. Windows color (decimal): -13941897 or 7815979. OLE color: 7815979.

HSL color Cylindrical-coordinate representation of color #2B4377: hue angle of 221.05º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B4377 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 43 67 119 -
CMYK 0.64 0.44 0 0.53
HSL 221.05º 0.47% 0.32% -
HSV(B) 221.05º 0.64% 0.47% -
XYZ 6.33 5.86 18.25 -
YUV 65.75 158.05 111.77 -
System Red Green Blue C M Y K H S L
Decimal 43 67 119 0.64 0.44 0 0.53 221.05 0.47 0.32
Hex 2B 43 77 40 2C 0 35 DD 2F 20
Octal 53 103 167 100 54 0 65 335 57 40
Binary 101011 1000011 1110111 1000000 101100 0 110101 11011101 101111 100000

Color Harmonies of #2B4377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4377

Black with #2B4377

Text Example


Text Example

White with #2B4377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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