Html Css Color HEX #2B398D Resolution Blue

📋 copy color: '#2B398D'

red 43 ◦ green 57 ◦ blue 141

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

Shades of Resolution Blue #2B398D

Tints of Resolution Blue #2B398D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 58.51%

R = 17.84%
G = 23.65%
B = 58.51%

CMYK

 C value IS 0.70

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B398D (or 0x2B398D) is known color: Resolution Blue. HEX triplet: 2B, 39 and 8D. RGB value is (43,57,141). Sum of RGB (Red+Green+Blue) = 43+57+141=241 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.84% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #2B398D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B398D is #D4C672. Grayscale: #3E3E3E. Windows color (decimal): -13944435 or 9255211. OLE color: 9255211.

HSL color Cylindrical-coordinate representation of color #2B398D: hue angle of 231.43º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B398D is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 43 57 141 -
CMYK 0.70 0.60 0 0.45
HSL 231.43º 0.53% 0.36% -
HSV(B) 231.43º 0.7% 0.55% -
XYZ 7.27 5.36 25.85 -
YUV 62.39 172.36 114.17 -
System Red Green Blue C M Y K H S L
Decimal 43 57 141 0.70 0.60 0 0.45 231.43 0.53 0.36
Hex 2B 39 8D 46 3C 0 2D E7 35 24
Octal 53 71 215 106 74 0 55 347 65 44
Binary 101011 111001 10001101 1000110 111100 0 101101 11100111 110101 100100

Color Harmonies of #2B398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B398D

Black with #2B398D

Text Example


Text Example

White with #2B398D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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