#2F92C9

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

Shades of Curious Blue #2F92C9

Tints of Curious Blue #2F92C9

Color information

#2F92C9 (or 0x2F92C9) is unknown color: approx Curious Blue. HEX triplet: 2F, 92 and C9. RGB value is (47,146,201). Sum of RGB (Red+Green+Blue) = 47+146+201=394 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.93% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 201 (78.91% from 255 or 51.02% from 394); Max value from RGB is 201 - color contains mainly: blue. Hex color #2F92C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F92C9 is #D06D36. Grayscale: #7A7A7A. Windows color (decimal): -13659447 or 13210159. OLE color: 13210159.

HSL color Cylindrical-coordinate representation of color #2F92C9: hue angle of 201.43º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F92C9 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB47146201-
CMYK0.770.2700.21
HSL201.43º62.1%48.63%-
HSV(B)201.43º76.62%78.82%-
XYZ21.9925.3859-
YUV122.67172.274.03-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.93%
GREEN value IS 146 (57.42% from 255) = 37.06%
BLUE value IS 201 (78.91% from 255) = 51.02%
R=11.93%
G=37.06%
B=51.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal471462010.770.2700.21201.4362.148.63
Hex2F92C94D1B015c93e31
Octal57222311115330253117661
Binary101111100100101100100110011011101101010111001001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F92C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,146,201); }

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

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

 a { background-color: rgb(47,146,201); }

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

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

 span { border-color: rgb(47,146,201); }

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