#297FB3

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

Shades of Curious Blue #297FB3

Tints of Curious Blue #297FB3

Color information

#297FB3 (or 0x297FB3) is unknown color: approx Curious Blue. HEX triplet: 29, 7F and B3. RGB value is (41,127,179). Sum of RGB (Red+Green+Blue) = 41+127+179=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 179 (70.31% from 255 or 51.59% from 347); Max value from RGB is 179 - color contains mainly: blue. Hex color #297FB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297FB3 is #D6804C. Grayscale: #6A6A6A. Windows color (decimal): -14057549 or 11763497. OLE color: 11763497.

HSL color Cylindrical-coordinate representation of color #297FB3: hue angle of 202.61º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #297FB3 is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB41127179-
CMYK0.770.2900.30
HSL202.61º62.73%43.14%-
HSV(B)202.61º77.09%70.2%-
XYZ16.6418.945.42-
YUV107.21168.5180.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.82%
GREEN value IS 127 (50% from 255) = 36.60%
BLUE value IS 179 (70.31% from 255) = 51.59%
R=11.82%
G=36.60%
B=51.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal411271790.770.2900.30202.6162.7343.14
Hex297FB34D1D01Ecb3f2b
Octal51177263115350363137753
Binary10100111111111011001110011011110101111011001011111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297FB3; }

 p { color: rgb(41,127,179); }

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

<style>
 a { background-color: #297FB3; }

 a { background-color: rgb(41,127,179); }

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

<style>
 span { border-color: #297FB3; }

 span { border-color: rgb(41,127,179); }

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