Html Css Color HEX #297EB3 Curious Blue

📋 copy color: '#297EB3'

red 41 ◦ green 126 ◦ blue 179

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

Shades of Curious Blue #297EB3

Tints of Curious Blue #297EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 51.73%

R = 11.85%
G = 36.42%
B = 51.73%

CMYK

 C value IS 0.77

 M value IS 0.30

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#297EB3 (or 0x297EB3) is known color: Curious Blue. HEX triplet: 29, 7E and B3. RGB value is (41,126,179). Sum of RGB (Red+Green+Blue) = 41+126+179=346 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.85% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 179 (70.31% from 255 or 51.73% from 346); Max value from RGB is 179 - color contains mainly: blue. Hex color #297EB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297EB3 is #D6814C. Grayscale: #6A6A6A. Windows color (decimal): -14057805 or 11763241. OLE color: 11763241.

HSL color Cylindrical-coordinate representation of color #297EB3: hue angle of 203.04º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #297EB3 is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 41 126 179 -
CMYK 0.77 0.30 0 0.30
HSL 203.04º 0.63% 0.43% -
HSV(B) 203.04º 0.77% 0.7% -
XYZ 16.51 18.65 45.38 -
YUV 106.63 168.84 81.19 -
System Red Green Blue C M Y K H S L
Decimal 41 126 179 0.77 0.30 0 0.30 203.04 0.63 0.43
Hex 29 7E B3 4D 1E 0 1E CB 3F 2B
Octal 51 176 263 115 36 0 36 313 77 53
Binary 101001 1111110 10110011 1001101 11110 0 11110 11001011 111111 101011

Color Harmonies of #297EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297EB3

Black with #297EB3

Text Example


Text Example

White with #297EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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