#2F83AB

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

Shades of Curious Blue #2F83AB

Tints of Curious Blue #2F83AB

Color information

#2F83AB (or 0x2F83AB) is unknown color: approx Curious Blue. HEX triplet: 2F, 83 and AB. RGB value is (47,131,171). Sum of RGB (Red+Green+Blue) = 47+131+171=349 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.47% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F83AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F83AB is #D07C54. Grayscale: #6E6E6E. Windows color (decimal): -13663317 or 11240239. OLE color: 11240239.

HSL color Cylindrical-coordinate representation of color #2F83AB: hue angle of 199.35º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F83AB is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB47131171-
CMYK0.730.2300.33
HSL199.35º56.88%42.75%-
HSV(B)199.35º72.51%67.06%-
XYZ16.6419.7841.47-
YUV110.44162.1782.75-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.47%
GREEN value IS 131 (51.56% from 255) = 37.54%
BLUE value IS 171 (67.19% from 255) = 49.00%
R=13.47%
G=37.54%
B=49.00%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal471311710.730.2300.33199.3556.8842.75
Hex2F83AB4917021c7392b
Octal57203253111270413077153
Binary1011111000001110101011100100110111010000111000111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F83AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,131,171); }

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

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

 a { background-color: rgb(47,131,171); }

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

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

 span { border-color: rgb(47,131,171); }

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