#2B91CA

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

Shades of Curious Blue #2B91CA

Tints of Curious Blue #2B91CA

Color information

#2B91CA (or 0x2B91CA) is unknown color: approx Curious Blue. HEX triplet: 2B, 91 and CA. RGB value is (43,145,202). Sum of RGB (Red+Green+Blue) = 43+145+202=390 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.03% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #2B91CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B91CA is #D46E35. Grayscale: #787878. Windows color (decimal): -13921846 or 13275435. OLE color: 13275435.

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

Color convert

RGB43145202-
CMYK0.790.2800.21
HSL201.51º64.9%48.04%-
HSV(B)201.51º78.71%79.22%-
XYZ21.7825.0359.56-
YUV121173.7172.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.03%
GREEN value IS 145 (57.03% from 255) = 37.18%
BLUE value IS 202 (79.30% from 255) = 51.79%
R=11.03%
G=37.18%
B=51.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal431452020.790.2800.21201.5164.948.04
Hex2B91CA4F1C015ca4130
Octal532213121173402531210160
Binary1010111001000111001010100111111100010101110010101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B91CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,145,202); }

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

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

 a { background-color: rgb(43,145,202); }

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

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

 span { border-color: rgb(43,145,202); }

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