Html Css Color HEX #2B398C Resolution Blue

📋 copy color: '#2B398C'

red 43 ◦ green 57 ◦ blue 140

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

Shades of Resolution Blue #2B398C

Tints of Resolution Blue #2B398C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 58.33%

R = 17.92%
G = 23.75%
B = 58.33%

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

#2B398C (or 0x2B398C) is known color: Resolution Blue. HEX triplet: 2B, 39 and 8C. RGB value is (43,57,140). Sum of RGB (Red+Green+Blue) = 43+57+140=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 140 (55.08% from 255 or 58.33% from 240); Max value from RGB is 140 - color contains mainly: blue. Hex color #2B398C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B398C is #D4C673. Grayscale: #3D3D3D. Windows color (decimal): -13944436 or 9189675. OLE color: 9189675.

HSL color Cylindrical-coordinate representation of color #2B398C: hue angle of 231.34º 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 #2B398C is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 43 57 140 -
CMYK 0.69 0.59 0 0.45
HSL 231.34º 0.53% 0.36% -
HSV(B) 231.34º 0.69% 0.55% -
XYZ 7.19 5.33 25.46 -
YUV 62.28 171.86 114.25 -
System Red Green Blue C M Y K H S L
Decimal 43 57 140 0.69 0.59 0 0.45 231.34 0.53 0.36
Hex 2B 39 8C 45 3B 0 2D E7 35 24
Octal 53 71 214 105 73 0 55 347 65 44
Binary 101011 111001 10001100 1000101 111011 0 101101 11100111 110101 100100

Color Harmonies of #2B398C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B398C

Black with #2B398C

Text Example


Text Example

White with #2B398C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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