Html Css Color HEX #2B377B Resolution Blue

📋 copy color: '#2B377B'

red 43 ◦ green 55 ◦ blue 123

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

Shades of Resolution Blue #2B377B

Tints of Resolution Blue #2B377B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.89%

 BLUE value IS 123 (48.44% from 255) = 55.66%

R = 19.46%
G = 24.89%
B = 55.66%

CMYK

 C value IS 0.65

 M value IS 0.55

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2B377B (or 0x2B377B) is known color: Resolution Blue. HEX triplet: 2B, 37 and 7B. RGB value is (43,55,123). Sum of RGB (Red+Green+Blue) = 43+55+123=221 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.46% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 123 (48.44% from 255 or 55.66% from 221); Max value from RGB is 123 - color contains mainly: blue. Hex color #2B377B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B377B is #D4C884. Grayscale: #3A3A3A. Windows color (decimal): -13944965 or 8075051. OLE color: 8075051.

HSL color Cylindrical-coordinate representation of color #2B377B: hue angle of 231º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B377B is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 43 55 123 -
CMYK 0.65 0.55 0 0.52
HSL 231º 0.48% 0.33% -
HSV(B) 231º 0.65% 0.48% -
XYZ 5.94 4.68 19.33 -
YUV 59.16 164.02 116.47 -
System Red Green Blue C M Y K H S L
Decimal 43 55 123 0.65 0.55 0 0.52 231 0.48 0.33
Hex 2B 37 7B 41 37 0 34 E7 30 21
Octal 53 67 173 101 67 0 64 347 60 41
Binary 101011 110111 1111011 1000001 110111 0 110100 11100111 110000 100001

Color Harmonies of #2B377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B377B

Black with #2B377B

Text Example


Text Example

White with #2B377B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,55,123); }

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

background-color css

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

 a { background-color: rgb(43,55,123); }

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

border-color css

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

 span { border-color: rgb(43,55,123); }

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