Html Css Color HEX #297CBB Curious Blue

📋 copy color: '#297CBB'

red 41 ◦ green 124 ◦ blue 187

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

Shades of Curious Blue #297CBB

Tints of Curious Blue #297CBB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.23%

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

R = 11.65%
G = 35.23%
B = 53.13%

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

#297CBB (or 0x297CBB) is known color: Curious Blue. HEX triplet: 29, 7C and BB. RGB value is (41,124,187). Sum of RGB (Red+Green+Blue) = 41+124+187=352 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.65% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #297CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297CBB is #D68344. Grayscale: #6A6A6A. Windows color (decimal): -14058309 or 12287017. OLE color: 12287017.

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

Color convert

RGB 41 124 187 -
CMYK 0.78 0.34 0 0.27
HSL 205.89º 0.64% 0.45% -
HSV(B) 205.89º 0.78% 0.73% -
XYZ 17.09 18.47 49.68 -
YUV 106.37 173.5 81.38 -
System Red Green Blue C M Y K H S L
Decimal 41 124 187 0.78 0.34 0 0.27 205.89 0.64 0.45
Hex 29 7C BB 4E 22 0 1B CE 40 2D
Octal 51 174 273 116 42 0 33 316 100 55
Binary 101001 1111100 10111011 1001110 100010 0 11011 11001110 1000000 101101

Color Harmonies of #297CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297CBB

Black with #297CBB

Text Example


Text Example

White with #297CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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