Html Css Color HEX #297FAF Curious Blue

📋 copy color: '#297FAF'

red 41 ◦ green 127 ◦ blue 175

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

Shades of Curious Blue #297FAF

Tints of Curious Blue #297FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 51.02%

R = 11.95%
G = 37.03%
B = 51.02%

CMYK

 C value IS 0.77

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#297FAF (or 0x297FAF) is known color: Curious Blue. HEX triplet: 29, 7F and AF. RGB value is (41,127,175). Sum of RGB (Red+Green+Blue) = 41+127+175=343 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.95% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #297FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297FAF is #D68050. Grayscale: #6A6A6A. Windows color (decimal): -14057553 or 11501353. OLE color: 11501353.

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

Color convert

RGB 41 127 175 -
CMYK 0.77 0.27 0 0.31
HSL 201.49º 0.62% 0.42% -
HSV(B) 201.49º 0.77% 0.69% -
XYZ 16.24 18.75 43.32 -
YUV 106.76 166.51 81.1 -
System Red Green Blue C M Y K H S L
Decimal 41 127 175 0.77 0.27 0 0.31 201.49 0.62 0.42
Hex 29 7F AF 4D 1B 0 1F C9 3E 2A
Octal 51 177 257 115 33 0 37 311 76 52
Binary 101001 1111111 10101111 1001101 11011 0 11111 11001001 111110 101010

Color Harmonies of #297FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297FAF

Black with #297FAF

Text Example


Text Example

White with #297FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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