#2B75BA

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

Shades of Curious Blue #2B75BA

Tints of Curious Blue #2B75BA

Color information

#2B75BA (or 0x2B75BA) is unknown color: approx Curious Blue. HEX triplet: 2B, 75 and BA. RGB value is (43,117,186). Sum of RGB (Red+Green+Blue) = 43+117+186=346 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.43% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B75BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B75BA is #D48A45. Grayscale: #666666. Windows color (decimal): -13929030 or 12219691. OLE color: 12219691.

HSL color Cylindrical-coordinate representation of color #2B75BA: hue angle of 208.95º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B75BA is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB43117186-
CMYK0.770.3700.27
HSL208.95º62.45%44.9%-
HSV(B)208.95º76.88%72.94%-
XYZ16.2216.7848.84-
YUV102.74174.9885.39-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.43%
GREEN value IS 117 (46.09% from 255) = 33.82%
BLUE value IS 186 (73.05% from 255) = 53.76%
R=12.43%
G=33.82%
B=53.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal431171860.770.3700.27208.9562.4544.9
Hex2B75BA4D2501Bd13e2d
Octal53165272115450333217655
Binary101011111010110111010100110110010101101111010001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B75BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,117,186); }

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

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

 a { background-color: rgb(43,117,186); }

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

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

 span { border-color: rgb(43,117,186); }

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