Html Css Color HEX #297BBA Curious Blue

📋 copy color: '#297BBA'

red 41 ◦ green 123 ◦ blue 186

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

Shades of Curious Blue #297BBA

Tints of Curious Blue #297BBA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.14%

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

R = 11.71%
G = 35.14%
B = 53.14%

CMYK

 C value IS 0.78

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#297BBA (or 0x297BBA) is known color: Curious Blue. HEX triplet: 29, 7B and BA. RGB value is (41,123,186). Sum of RGB (Red+Green+Blue) = 41+123+186=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #297BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297BBA is #D68445. Grayscale: #696969. Windows color (decimal): -14058566 or 12221225. OLE color: 12221225.

HSL color Cylindrical-coordinate representation of color #297BBA: hue angle of 206.07º 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 #297BBA is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 123 186 -
CMYK 0.78 0.34 0 0.27
HSL 206.07º 0.64% 0.45% -
HSV(B) 206.07º 0.78% 0.73% -
XYZ 16.86 18.18 49.08 -
YUV 105.66 173.33 81.88 -
System Red Green Blue C M Y K H S L
Decimal 41 123 186 0.78 0.34 0 0.27 206.07 0.64 0.45
Hex 29 7B BA 4E 22 0 1B CE 40 2D
Octal 51 173 272 116 42 0 33 316 100 55
Binary 101001 1111011 10111010 1001110 100010 0 11011 11001110 1000000 101101

Color Harmonies of #297BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297BBA

Black with #297BBA

Text Example


Text Example

White with #297BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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