Html Css Color HEX #2B377F Resolution Blue

📋 copy color: '#2B377F'

red 43 ◦ green 55 ◦ blue 127

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

Shades of Resolution Blue #2B377F

Tints of Resolution Blue #2B377F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 56.44%

R = 19.11%
G = 24.44%
B = 56.44%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2B377F (or 0x2B377F) is known color: Resolution Blue. HEX triplet: 2B, 37 and 7F. RGB value is (43,55,127). Sum of RGB (Red+Green+Blue) = 43+55+127=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #2B377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B377F is #D4C880. Grayscale: #3B3B3B. Windows color (decimal): -13944961 or 8337195. OLE color: 8337195.

HSL color Cylindrical-coordinate representation of color #2B377F: hue angle of 231.43º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B377F is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 43 55 127 -
CMYK 0.66 0.57 0 0.50
HSL 231.43º 0.49% 0.33% -
HSV(B) 231.43º 0.66% 0.5% -
XYZ 6.19 4.78 20.67 -
YUV 59.62 166.02 116.15 -
System Red Green Blue C M Y K H S L
Decimal 43 55 127 0.66 0.57 0 0.50 231.43 0.49 0.33
Hex 2B 37 7F 42 39 0 32 E7 31 21
Octal 53 67 177 102 71 0 62 347 61 41
Binary 101011 110111 1111111 1000010 111001 0 110010 11100111 110001 100001

Color Harmonies of #2B377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B377F

Black with #2B377F

Text Example


Text Example

White with #2B377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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