#2b90ca

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

Shades of Curious Blue #2B90CA

Tints of Curious Blue #2B90CA

Color information

#2B90CA (or 0x2B90CA) is unknown color: approx Curious Blue. HEX triplet: 2B, 90 and CA. RGB value is (43,144,202). Sum of RGB (Red+Green+Blue) = 43+144+202=389 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.05% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #2B90CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B90CA is #D46F35. Grayscale: #787878. Windows color (decimal): -13922102 or 13275179. OLE color: 13275179.

HSL color Cylindrical-coordinate representation of color #2B90CA: hue angle of 201.89º 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 #2B90CA is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB43144202-
CMYK0.790.2900.21
HSL201.89º64.9%48.04%-
HSV(B)201.89º78.71%79.22%-
XYZ21.6324.7259.51-
YUV120.41174.0472.78-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.05%
GREEN value IS 144 (56.64% from 255) = 37.02%
BLUE value IS 202 (79.30% from 255) = 51.93%
R=11.05%
G=37.02%
B=51.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal431442020.790.2900.21201.8964.948.04
Hex2B90CA4F1D015ca4130
Octal532203121173502531210160
Binary1010111001000011001010100111111101010101110010101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b90ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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