Html Css Color HEX #297BBE Curious Blue

📋 copy color: '#297BBE'

red 41 ◦ green 123 ◦ blue 190

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

Shades of Curious Blue #297BBE

Tints of Curious Blue #297BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.67%

R = 11.58%
G = 34.75%
B = 53.67%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#297BBE (or 0x297BBE) is known color: Curious Blue. HEX triplet: 29, 7B and BE. RGB value is (41,123,190). Sum of RGB (Red+Green+Blue) = 41+123+190=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #297BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297BBE is #D68441. Grayscale: #696969. Windows color (decimal): -14058562 or 12483369. OLE color: 12483369.

HSL color Cylindrical-coordinate representation of color #297BBE: hue angle of 206.98º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #297BBE is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 123 190 -
CMYK 0.78 0.35 0 0.25
HSL 206.98º 0.65% 0.45% -
HSV(B) 206.98º 0.78% 0.75% -
XYZ 17.29 18.36 51.35 -
YUV 106.12 175.33 81.55 -
System Red Green Blue C M Y K H S L
Decimal 41 123 190 0.78 0.35 0 0.25 206.98 0.65 0.45
Hex 29 7B BE 4E 23 0 19 CF 41 2D
Octal 51 173 276 116 43 0 31 317 101 55
Binary 101001 1111011 10111110 1001110 100011 0 11001 11001111 1000001 101101

Color Harmonies of #297BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297BBE

Black with #297BBE

Text Example


Text Example

White with #297BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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