#297BBE

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

Shades of Curious Blue #297BBE

Tints of Curious Blue #297BBE

Color information

#297BBE (or 0x297BBE) is unknown color: approx Curious Blue. HEX triplet: 29, 7B and BE. RGB value is (41,123,190). Sum of RGB (Red+Green+Blue) = 41+123+190=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #297BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297BBE is #D68441. Grayscale: #696969. Windows color (decimal): -14058562 or 12483369. OLE color: 12483369.

HSL color Cylindrical-coordinate representation of color #297BBE: hue angle of 206.98º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #297BBE is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB41123190-
CMYK0.780.3500.25
HSL206.98º64.5%45.29%-
HSV(B)206.98º78.42%74.51%-
XYZ17.2918.3651.35-
YUV106.12175.3381.55-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.58%
GREEN value IS 123 (48.44% from 255) = 34.75%
BLUE value IS 190 (74.61% from 255) = 53.67%
R=11.58%
G=34.75%
B=53.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal411231900.780.3500.25206.9864.545.29
Hex297BBE4E23019cf412d
Octal511732761164303131710155
Binary1010011111011101111101001110100011011001110011111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,123,190); }

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

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

 a { background-color: rgb(41,123,190); }

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

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

 span { border-color: rgb(41,123,190); }

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