Html Css Color HEX #297EAF Curious Blue

📋 copy color: '#297EAF'

red 41 ◦ green 126 ◦ blue 175

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

Shades of Curious Blue #297EAF

Tints of Curious Blue #297EAF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.84%

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

R = 11.99%
G = 36.84%
B = 51.17%

CMYK

 C value IS 0.77

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#297EAF (or 0x297EAF) is known color: Curious Blue. HEX triplet: 29, 7E and AF. RGB value is (41,126,175). Sum of RGB (Red+Green+Blue) = 41+126+175=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #297EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297EAF is #D68150. Grayscale: #696969. Windows color (decimal): -14057809 or 11501097. OLE color: 11501097.

HSL color Cylindrical-coordinate representation of color #297EAF: hue angle of 201.94º 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 #297EAF is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 41 126 175 -
CMYK 0.77 0.28 0 0.31
HSL 201.94º 0.62% 0.42% -
HSV(B) 201.94º 0.77% 0.69% -
XYZ 16.11 18.49 43.28 -
YUV 106.17 166.84 81.52 -
System Red Green Blue C M Y K H S L
Decimal 41 126 175 0.77 0.28 0 0.31 201.94 0.62 0.42
Hex 29 7E AF 4D 1C 0 1F CA 3E 2A
Octal 51 176 257 115 34 0 37 312 76 52
Binary 101001 1111110 10101111 1001101 11100 0 11111 11001010 111110 101010

Color Harmonies of #297EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297EAF

Black with #297EAF

Text Example


Text Example

White with #297EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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