#2B74BA

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

Shades of Curious Blue #2B74BA

Tints of Curious Blue #2B74BA

Color information

#2B74BA (or 0x2B74BA) is unknown color: approx Curious Blue. HEX triplet: 2B, 74 and BA. RGB value is (43,116,186). Sum of RGB (Red+Green+Blue) = 43+116+186=345 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.46% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B74BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B74BA is #D48B45. Grayscale: #656565. Windows color (decimal): -13929286 or 12219435. OLE color: 12219435.

HSL color Cylindrical-coordinate representation of color #2B74BA: hue angle of 209.37º 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 #2B74BA is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB43116186-
CMYK0.770.3800.27
HSL209.37º62.45%44.9%-
HSV(B)209.37º76.88%72.94%-
XYZ16.116.5548.8-
YUV102.15175.3285.81-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.46%
GREEN value IS 116 (45.70% from 255) = 33.62%
BLUE value IS 186 (73.05% from 255) = 53.91%
R=12.46%
G=33.62%
B=53.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal431161860.770.3800.27209.3762.4544.9
Hex2B74BA4D2601Bd13e2d
Octal53164272115460333217655
Binary101011111010010111010100110110011001101111010001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B74BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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