Html Css Color HEX #297FB1 Curious Blue

📋 copy color: '#297FB1'

red 41 ◦ green 127 ◦ blue 177

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

Shades of Curious Blue #297FB1

Tints of Curious Blue #297FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 51.3%

R = 11.88%
G = 36.81%
B = 51.3%

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

#297FB1 (or 0x297FB1) is known color: Curious Blue. HEX triplet: 29, 7F and B1. RGB value is (41,127,177). Sum of RGB (Red+Green+Blue) = 41+127+177=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 177 (69.53% from 255 or 51.30% from 345); Max value from RGB is 177 - color contains mainly: blue. Hex color #297FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297FB1 is #D6804E. Grayscale: #6A6A6A. Windows color (decimal): -14057551 or 11632425. OLE color: 11632425.

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

Color convert

RGB 41 127 177 -
CMYK 0.77 0.28 0 0.31
HSL 202.06º 0.62% 0.43% -
HSV(B) 202.06º 0.77% 0.69% -
XYZ 16.44 18.82 44.36 -
YUV 106.99 167.51 80.93 -
System Red Green Blue C M Y K H S L
Decimal 41 127 177 0.77 0.28 0 0.31 202.06 0.62 0.43
Hex 29 7F B1 4D 1C 0 1F CA 3E 2B
Octal 51 177 261 115 34 0 37 312 76 53
Binary 101001 1111111 10110001 1001101 11100 0 11111 11001010 111110 101011

Color Harmonies of #297FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297FB1

Black with #297FB1

Text Example


Text Example

White with #297FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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