Html Css Color HEX #2B397B Resolution Blue

📋 copy color: '#2B397B'

red 43 ◦ green 57 ◦ blue 123

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

Shades of Resolution Blue #2B397B

Tints of Resolution Blue #2B397B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 55.16%

R = 19.28%
G = 25.56%
B = 55.16%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2B397B (or 0x2B397B) is known color: Resolution Blue. HEX triplet: 2B, 39 and 7B. RGB value is (43,57,123). Sum of RGB (Red+Green+Blue) = 43+57+123=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #2B397B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B397B is #D4C684. Grayscale: #3C3C3C. Windows color (decimal): -13944453 or 8075563. OLE color: 8075563.

HSL color Cylindrical-coordinate representation of color #2B397B: hue angle of 229.5º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B397B is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 43 57 123 -
CMYK 0.65 0.54 0 0.52
HSL 229.5º 0.48% 0.33% -
HSV(B) 229.5º 0.65% 0.48% -
XYZ 6.03 4.87 19.36 -
YUV 60.34 163.36 115.63 -
System Red Green Blue C M Y K H S L
Decimal 43 57 123 0.65 0.54 0 0.52 229.5 0.48 0.33
Hex 2B 39 7B 41 36 0 34 E6 30 21
Octal 53 71 173 101 66 0 64 346 60 41
Binary 101011 111001 1111011 1000001 110110 0 110100 11100110 110000 100001

Color Harmonies of #2B397B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B397B

Black with #2B397B

Text Example


Text Example

White with #2B397B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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