#2B388C

Color #2B388C Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #2B388C

Tints of Resolution Blue #2B388C

Color information

#2B388C (or 0x2B388C) is unknown color: approx Resolution Blue. HEX triplet: 2B, 38 and 8C. RGB value is (43,56,140). Sum of RGB (Red+Green+Blue) = 43+56+140=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 140 (55.08% from 255 or 58.58% from 239); Max value from RGB is 140 - color contains mainly: blue. Hex color #2B388C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B388C is #D4C773. Grayscale: #3D3D3D. Windows color (decimal): -13944692 or 9189419. OLE color: 9189419.

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

Color convert

RGB4356140-
CMYK0.690.600.45
HSL231.96º53.01%35.88%-
HSV(B)231.96º69.29%54.9%-
XYZ7.145.2425.44-
YUV61.69172.19114.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.99%
GREEN value IS 56 (22.27% from 255) = 23.43%
BLUE value IS 140 (55.08% from 255) = 58.58%
R=17.99%
G=23.43%
B=58.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal43561400.690.600.45231.9653.0135.88
Hex2B388C453C02De83524
Octal5370214105740553506544
Binary101011111000100011001000101111100010110111101000110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B388C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B388C;
 }
 .AnyTagClassName
 {
   color: #2B388C;
 }
</style>
background-color css

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

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

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

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

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

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