Html Css Color HEX #2B3988 Resolution Blue

📋 copy color: '#2B3988'

red 43 ◦ green 57 ◦ blue 136

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

Shades of Resolution Blue #2B3988

Tints of Resolution Blue #2B3988

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.15%

 BLUE value IS 136 (53.52% from 255) = 57.63%

R = 18.22%
G = 24.15%
B = 57.63%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2B3988 (or 0x2B3988) is known color: Resolution Blue. HEX triplet: 2B, 39 and 88. RGB value is (43,57,136). Sum of RGB (Red+Green+Blue) = 43+57+136=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 136 (53.52% from 255 or 57.63% from 236); Max value from RGB is 136 - color contains mainly: blue. Hex color #2B3988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3988 is #D4C677. Grayscale: #3D3D3D. Windows color (decimal): -13944440 or 8927531. OLE color: 8927531.

HSL color Cylindrical-coordinate representation of color #2B3988: hue angle of 230.97º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B3988 is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 43 57 136 -
CMYK 0.68 0.58 0 0.47
HSL 230.97º 0.52% 0.35% -
HSV(B) 230.97º 0.68% 0.53% -
XYZ 6.9 5.22 23.94 -
YUV 61.82 169.86 114.58 -
System Red Green Blue C M Y K H S L
Decimal 43 57 136 0.68 0.58 0 0.47 230.97 0.52 0.35
Hex 2B 39 88 44 3A 0 2F E7 34 23
Octal 53 71 210 104 72 0 57 347 64 43
Binary 101011 111001 10001000 1000100 111010 0 101111 11100111 110100 100011

Color Harmonies of #2B3988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3988

Black with #2B3988

Text Example


Text Example

White with #2B3988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,57,136); }

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

background-color css

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

 a { background-color: rgb(43,57,136); }

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

border-color css

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

 span { border-color: rgb(43,57,136); }

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