Html Css Color HEX #2B376D Resolution Blue

📋 copy color: '#2B376D'

red 43 ◦ green 55 ◦ blue 109

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

Shades of Resolution Blue #2B376D

Tints of Resolution Blue #2B376D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 52.66%

R = 20.77%
G = 26.57%
B = 52.66%

CMYK

 C value IS 0.61

 M value IS 0.50

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2B376D (or 0x2B376D) is known color: Resolution Blue. HEX triplet: 2B, 37 and 6D. RGB value is (43,55,109). Sum of RGB (Red+Green+Blue) = 43+55+109=207 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.77% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #2B376D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B376D is #D4C892. Grayscale: #393939. Windows color (decimal): -13944979 or 7157547. OLE color: 7157547.

HSL color Cylindrical-coordinate representation of color #2B376D: hue angle of 229.09º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B376D is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 43 55 109 -
CMYK 0.61 0.50 0 0.57
HSL 229.09º 0.43% 0.3% -
HSV(B) 229.09º 0.61% 0.43% -
XYZ 5.12 4.35 15.04 -
YUV 57.57 157.02 117.61 -
System Red Green Blue C M Y K H S L
Decimal 43 55 109 0.61 0.50 0 0.57 229.09 0.43 0.3
Hex 2B 37 6D 3D 32 0 39 E5 2B 1E
Octal 53 67 155 75 62 0 71 345 53 36
Binary 101011 110111 1101101 111101 110010 0 111001 11100101 101011 11110

Color Harmonies of #2B376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B376D

Black with #2B376D

Text Example


Text Example

White with #2B376D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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