Html Css Color HEX #297FAD Curious Blue

📋 copy color: '#297FAD'

red 41 ◦ green 127 ◦ blue 173

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

Shades of Curious Blue #297FAD

Tints of Curious Blue #297FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 50.73%

R = 12.02%
G = 37.24%
B = 50.73%

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

#297FAD (or 0x297FAD) is known color: Curious Blue. HEX triplet: 29, 7F and AD. RGB value is (41,127,173). Sum of RGB (Red+Green+Blue) = 41+127+173=341 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.02% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #297FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297FAD is #D68052. Grayscale: #6A6A6A. Windows color (decimal): -14057555 or 11370281. OLE color: 11370281.

HSL color Cylindrical-coordinate representation of color #297FAD: hue angle of 200.91º 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 #297FAD is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 41 127 173 -
CMYK 0.76 0.27 0 0.32
HSL 200.91º 0.62% 0.42% -
HSV(B) 200.91º 0.76% 0.68% -
XYZ 16.05 18.67 42.29 -
YUV 106.53 165.51 81.26 -
System Red Green Blue C M Y K H S L
Decimal 41 127 173 0.76 0.27 0 0.32 200.91 0.62 0.42
Hex 29 7F AD 4C 1B 0 20 C9 3E 2A
Octal 51 177 255 114 33 0 40 311 76 52
Binary 101001 1111111 10101101 1001100 11011 0 100000 11001001 111110 101010

Color Harmonies of #297FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297FAD

Black with #297FAD

Text Example


Text Example

White with #297FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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