Html Css Color HEX #297CBC Curious Blue

📋 copy color: '#297CBC'

red 41 ◦ green 124 ◦ blue 188

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

Shades of Curious Blue #297CBC

Tints of Curious Blue #297CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.26%

R = 11.61%
G = 35.13%
B = 53.26%

CMYK

 C value IS 0.78

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#297CBC (or 0x297CBC) is known color: Curious Blue. HEX triplet: 29, 7C and BC. RGB value is (41,124,188). Sum of RGB (Red+Green+Blue) = 41+124+188=353 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.61% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #297CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297CBC is #D68343. Grayscale: #6A6A6A. Windows color (decimal): -14058308 or 12352553. OLE color: 12352553.

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

Color convert

RGB 41 124 188 -
CMYK 0.78 0.34 0 0.26
HSL 206.12º 0.64% 0.45% -
HSV(B) 206.12º 0.78% 0.74% -
XYZ 17.2 18.52 50.24 -
YUV 106.48 174 81.3 -
System Red Green Blue C M Y K H S L
Decimal 41 124 188 0.78 0.34 0 0.26 206.12 0.64 0.45
Hex 29 7C BC 4E 22 0 1A CE 40 2D
Octal 51 174 274 116 42 0 32 316 100 55
Binary 101001 1111100 10111100 1001110 100010 0 11010 11001110 1000000 101101

Color Harmonies of #297CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297CBC

Black with #297CBC

Text Example


Text Example

White with #297CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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