#2F7AB7

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

Shades of Curious Blue #2F7AB7

Tints of Curious Blue #2F7AB7

Color information

#2F7AB7 (or 0x2F7AB7) is unknown color: approx Curious Blue. HEX triplet: 2F, 7A and B7. RGB value is (47,122,183). Sum of RGB (Red+Green+Blue) = 47+122+183=352 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.35% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 183 (71.88% from 255 or 51.99% from 352); Max value from RGB is 183 - color contains mainly: blue. Hex color #2F7AB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F7AB7 is #D08548. Grayscale: #6A6A6A. Windows color (decimal): -13665609 or 12024367. OLE color: 12024367.

HSL color Cylindrical-coordinate representation of color #2F7AB7: hue angle of 206.91º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F7AB7 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB47122183-
CMYK0.740.3300.28
HSL206.91º59.13%45.1%-
HSV(B)206.91º74.32%71.76%-
XYZ16.6817.9447.38-
YUV106.53171.1585.54-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.35%
GREEN value IS 122 (48.05% from 255) = 34.66%
BLUE value IS 183 (71.88% from 255) = 51.99%
R=13.35%
G=34.66%
B=51.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal471221830.740.3300.28206.9159.1345.1
Hex2F7AB74A2101Ccf3b2d
Octal57172267112410343177355
Binary101111111101010110111100101010000101110011001111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,122,183); }

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

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

 a { background-color: rgb(47,122,183); }

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

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

 span { border-color: rgb(47,122,183); }

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