Html Css Color HEX #297EB9 Curious Blue

📋 copy color: '#297EB9'

red 41 ◦ green 126 ◦ blue 185

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

Shades of Curious Blue #297EB9

Tints of Curious Blue #297EB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 52.56%

R = 11.65%
G = 35.8%
B = 52.56%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#297EB9 (or 0x297EB9) is known color: Curious Blue. HEX triplet: 29, 7E and B9. RGB value is (41,126,185). Sum of RGB (Red+Green+Blue) = 41+126+185=352 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.65% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 185 (72.66% from 255 or 52.56% from 352); Max value from RGB is 185 - color contains mainly: blue. Hex color #297EB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297EB9 is #D68146. Grayscale: #6A6A6A. Windows color (decimal): -14057799 or 12156457. OLE color: 12156457.

HSL color Cylindrical-coordinate representation of color #297EB9: hue angle of 204.58º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #297EB9 is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 126 185 -
CMYK 0.78 0.32 0 0.27
HSL 204.58º 0.64% 0.44% -
HSV(B) 204.58º 0.78% 0.73% -
XYZ 17.13 18.9 48.64 -
YUV 107.31 171.84 80.7 -
System Red Green Blue C M Y K H S L
Decimal 41 126 185 0.78 0.32 0 0.27 204.58 0.64 0.44
Hex 29 7E B9 4E 20 0 1B CD 40 2C
Octal 51 176 271 116 40 0 33 315 100 54
Binary 101001 1111110 10111001 1001110 100000 0 11011 11001101 1000000 101100

Color Harmonies of #297EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297EB9

Black with #297EB9

Text Example


Text Example

White with #297EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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