Html Css Color HEX #297EB6 Curious Blue

📋 copy color: '#297EB6'

red 41 ◦ green 126 ◦ blue 182

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

Shades of Curious Blue #297EB6

Tints of Curious Blue #297EB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 52.15%

R = 11.75%
G = 36.1%
B = 52.15%

CMYK

 C value IS 0.77

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#297EB6 (or 0x297EB6) is known color: Curious Blue. HEX triplet: 29, 7E and B6. RGB value is (41,126,182). Sum of RGB (Red+Green+Blue) = 41+126+182=349 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.75% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 182 (71.48% from 255 or 52.15% from 349); Max value from RGB is 182 - color contains mainly: blue. Hex color #297EB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297EB6 is #D68149. Grayscale: #6A6A6A. Windows color (decimal): -14057802 or 11959849. OLE color: 11959849.

HSL color Cylindrical-coordinate representation of color #297EB6: hue angle of 203.83º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #297EB6 is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 41 126 182 -
CMYK 0.77 0.31 0 0.29
HSL 203.83º 0.63% 0.44% -
HSV(B) 203.83º 0.77% 0.71% -
XYZ 16.82 18.77 46.99 -
YUV 106.97 170.34 80.95 -
System Red Green Blue C M Y K H S L
Decimal 41 126 182 0.77 0.31 0 0.29 203.83 0.63 0.44
Hex 29 7E B6 4D 1F 0 1D CC 3F 2C
Octal 51 176 266 115 37 0 35 314 77 54
Binary 101001 1111110 10110110 1001101 11111 0 11101 11001100 111111 101100

Color Harmonies of #297EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297EB6

Black with #297EB6

Text Example


Text Example

White with #297EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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