Html Css Color HEX #2B398B Resolution Blue

📋 copy color: '#2B398B'

red 43 ◦ green 57 ◦ blue 139

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

Shades of Resolution Blue #2B398B

Tints of Resolution Blue #2B398B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 58.16%

R = 17.99%
G = 23.85%
B = 58.16%

CMYK

 C value IS 0.69

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B398B (or 0x2B398B) is known color: Resolution Blue. HEX triplet: 2B, 39 and 8B. RGB value is (43,57,139). Sum of RGB (Red+Green+Blue) = 43+57+139=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 139 (54.69% from 255 or 58.16% from 239); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B398B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B398B is #D4C674. Grayscale: #3D3D3D. Windows color (decimal): -13944437 or 9124139. OLE color: 9124139.

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

Color convert

RGB 43 57 139 -
CMYK 0.69 0.59 0 0.45
HSL 231.25º 0.53% 0.36% -
HSV(B) 231.25º 0.69% 0.55% -
XYZ 7.12 5.3 25.07 -
YUV 62.16 171.36 114.33 -
System Red Green Blue C M Y K H S L
Decimal 43 57 139 0.69 0.59 0 0.45 231.25 0.53 0.36
Hex 2B 39 8B 45 3B 0 2D E7 35 24
Octal 53 71 213 105 73 0 55 347 65 44
Binary 101011 111001 10001011 1000101 111011 0 101101 11100111 110101 100100

Color Harmonies of #2B398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B398B

Black with #2B398B

Text Example


Text Example

White with #2B398B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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