Html Css Color HEX #297BBD Curious Blue

📋 copy color: '#297BBD'

red 41 ◦ green 123 ◦ blue 189

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

Shades of Curious Blue #297BBD

Tints of Curious Blue #297BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.54%

R = 11.61%
G = 34.84%
B = 53.54%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#297BBD (or 0x297BBD) is known color: Curious Blue. HEX triplet: 29, 7B and BD. RGB value is (41,123,189). Sum of RGB (Red+Green+Blue) = 41+123+189=353 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.61% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 189 (74.22% from 255 or 53.54% from 353); Max value from RGB is 189 - color contains mainly: blue. Hex color #297BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297BBD is #D68442. Grayscale: #696969. Windows color (decimal): -14058563 or 12417833. OLE color: 12417833.

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

Color convert

RGB 41 123 189 -
CMYK 0.78 0.35 0 0.26
HSL 206.76º 0.64% 0.45% -
HSV(B) 206.76º 0.78% 0.74% -
XYZ 17.18 18.31 50.77 -
YUV 106.01 174.83 81.63 -
System Red Green Blue C M Y K H S L
Decimal 41 123 189 0.78 0.35 0 0.26 206.76 0.64 0.45
Hex 29 7B BD 4E 23 0 1A CF 40 2D
Octal 51 173 275 116 43 0 32 317 100 55
Binary 101001 1111011 10111101 1001110 100011 0 11010 11001111 1000000 101101

Color Harmonies of #297BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297BBD

Black with #297BBD

Text Example


Text Example

White with #297BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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