Html Css Color HEX #297FAE Curious Blue

📋 copy color: '#297FAE'

red 41 ◦ green 127 ◦ blue 174

#297FAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #297FAE

Tints of Curious Blue #297FAE

RGB

 RED value IS 41 (16.41% from 255) = 11.99%

 GREEN value IS 127 (50% from 255) = 37.13%

 BLUE value IS 174 (68.36% from 255) = 50.88%

R = 11.99%
G = 37.13%
B = 50.88%

CMYK

 C value IS 0.76

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#297FAE (or 0x297FAE) is known color: Curious Blue. HEX triplet: 29, 7F and AE. RGB value is (41,127,174). Sum of RGB (Red+Green+Blue) = 41+127+174=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #297FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297FAE is #D68051. Grayscale: #6A6A6A. Windows color (decimal): -14057554 or 11435817. OLE color: 11435817.

HSL color Cylindrical-coordinate representation of color #297FAE: hue angle of 201.2º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #297FAE is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 41 127 174 -
CMYK 0.76 0.27 0 0.32
HSL 201.2º 0.62% 0.42% -
HSV(B) 201.2º 0.76% 0.68% -
XYZ 16.14 18.71 42.8 -
YUV 106.64 166.01 81.18 -
System Red Green Blue C M Y K H S L
Decimal 41 127 174 0.76 0.27 0 0.32 201.2 0.62 0.42
Hex 29 7F AE 4C 1B 0 20 C9 3E 2A
Octal 51 177 256 114 33 0 40 311 76 52
Binary 101001 1111111 10101110 1001100 11011 0 100000 11001001 111110 101010

Color Harmonies of #297FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297FAE

Black with #297FAE

Text Example


Text Example

White with #297FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #297FAE;
 }
 .AnyTagClassName
 {
   color: #297FAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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