#2B7ACB

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

Shades of Curious Blue #2B7ACB

Tints of Curious Blue #2B7ACB

Color information

#2B7ACB (or 0x2B7ACB) is unknown color: approx Curious Blue. HEX triplet: 2B, 7A and CB. RGB value is (43,122,203). Sum of RGB (Red+Green+Blue) = 43+122+203=368 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.68% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #2B7ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7ACB is #D48534. Grayscale: #6B6B6B. Windows color (decimal): -13927733 or 13335083. OLE color: 13335083.

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

Color convert

RGB43122203-
CMYK0.790.4000.20
HSL210.38º65.04%48.24%-
HSV(B)210.38º78.82%79.61%-
XYZ18.7418.7459.13-
YUV107.61181.8381.91-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.68%
GREEN value IS 122 (48.05% from 255) = 33.15%
BLUE value IS 203 (79.69% from 255) = 55.16%
R=11.68%
G=33.15%
B=55.16%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal431222030.790.4000.20210.3865.0448.24
Hex2B7ACB4F28014d24130
Octal531723131175002432210160
Binary1010111111010110010111001111101000010100110100101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,122,203); }

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

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

 a { background-color: rgb(43,122,203); }

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

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

 span { border-color: rgb(43,122,203); }

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