Html Css Color HEX #297EBA Curious Blue

📋 copy color: '#297EBA'

red 41 ◦ green 126 ◦ blue 186

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

Shades of Curious Blue #297EBA

Tints of Curious Blue #297EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.69%

R = 11.61%
G = 35.69%
B = 52.69%

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

#297EBA (or 0x297EBA) is known color: Curious Blue. HEX triplet: 29, 7E and BA. RGB value is (41,126,186). Sum of RGB (Red+Green+Blue) = 41+126+186=353 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.61% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #297EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297EBA is #D68145. Grayscale: #6B6B6B. Windows color (decimal): -14057798 or 12221993. OLE color: 12221993.

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

Color convert

RGB 41 126 186 -
CMYK 0.78 0.32 0 0.27
HSL 204.83º 0.64% 0.45% -
HSV(B) 204.83º 0.78% 0.73% -
XYZ 17.24 18.94 49.2 -
YUV 107.43 172.34 80.62 -
System Red Green Blue C M Y K H S L
Decimal 41 126 186 0.78 0.32 0 0.27 204.83 0.64 0.45
Hex 29 7E BA 4E 20 0 1B CD 40 2D
Octal 51 176 272 116 40 0 33 315 100 55
Binary 101001 1111110 10111010 1001110 100000 0 11011 11001101 1000000 101101

Color Harmonies of #297EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297EBA

Black with #297EBA

Text Example


Text Example

White with #297EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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