#297ABF

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

Shades of Curious Blue #297ABF

Tints of Curious Blue #297ABF

Color information

#297ABF (or 0x297ABF) is unknown color: approx Curious Blue. HEX triplet: 29, 7A and BF. RGB value is (41,122,191). Sum of RGB (Red+Green+Blue) = 41+122+191=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #297ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297ABF is #D68540. Grayscale: #696969. Windows color (decimal): -14058817 or 12548649. OLE color: 12548649.

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

Color convert

RGB41122191-
CMYK0.790.3600.25
HSL207.6º64.66%45.49%-
HSV(B)207.6º78.53%74.9%-
XYZ17.2818.1551.88-
YUV105.65176.1681.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.58%
GREEN value IS 122 (48.05% from 255) = 34.46%
BLUE value IS 191 (75% from 255) = 53.95%
R=11.58%
G=34.46%
B=53.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal411221910.790.3600.25207.664.6645.49
Hex297ABF4F24019d0412d
Octal511722771174403132010155
Binary1010011111010101111111001111100100011001110100001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,122,191); }

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

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

 a { background-color: rgb(41,122,191); }

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

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

 span { border-color: rgb(41,122,191); }

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