Html Css Color HEX #297BBB Curious Blue

📋 copy color: '#297BBB'

red 41 ◦ green 123 ◦ blue 187

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

Shades of Curious Blue #297BBB

Tints of Curious Blue #297BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.28%

R = 11.68%
G = 35.04%
B = 53.28%

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

#297BBB (or 0x297BBB) is known color: Curious Blue. HEX triplet: 29, 7B and BB. RGB value is (41,123,187). Sum of RGB (Red+Green+Blue) = 41+123+187=351 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.68% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #297BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297BBB is #D68444. Grayscale: #696969. Windows color (decimal): -14058565 or 12286761. OLE color: 12286761.

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

Color convert

RGB 41 123 187 -
CMYK 0.78 0.34 0 0.27
HSL 206.3º 0.64% 0.45% -
HSV(B) 206.3º 0.78% 0.73% -
XYZ 16.97 18.23 49.64 -
YUV 105.78 173.83 81.8 -
System Red Green Blue C M Y K H S L
Decimal 41 123 187 0.78 0.34 0 0.27 206.3 0.64 0.45
Hex 29 7B BB 4E 22 0 1B CE 40 2D
Octal 51 173 273 116 42 0 33 316 100 55
Binary 101001 1111011 10111011 1001110 100010 0 11011 11001110 1000000 101101

Color Harmonies of #297BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297BBB

Black with #297BBB

Text Example


Text Example

White with #297BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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