Html Css Color HEX #297EBC Curious Blue

📋 copy color: '#297EBC'

red 41 ◦ green 126 ◦ blue 188

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

Shades of Curious Blue #297EBC

Tints of Curious Blue #297EBC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.49%

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

R = 11.55%
G = 35.49%
B = 52.96%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#297EBC (or 0x297EBC) is known color: Curious Blue. HEX triplet: 29, 7E and BC. RGB value is (41,126,188). Sum of RGB (Red+Green+Blue) = 41+126+188=355 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.55% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #297EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297EBC is #D68143. Grayscale: #6B6B6B. Windows color (decimal): -14057796 or 12353065. OLE color: 12353065.

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

Color convert

RGB 41 126 188 -
CMYK 0.78 0.33 0 0.26
HSL 205.31º 0.64% 0.45% -
HSV(B) 205.31º 0.78% 0.74% -
XYZ 17.45 19.02 50.33 -
YUV 107.65 173.34 80.46 -
System Red Green Blue C M Y K H S L
Decimal 41 126 188 0.78 0.33 0 0.26 205.31 0.64 0.45
Hex 29 7E BC 4E 21 0 1A CD 40 2D
Octal 51 176 274 116 41 0 32 315 100 55
Binary 101001 1111110 10111100 1001110 100001 0 11010 11001101 1000000 101101

Color Harmonies of #297EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297EBC

Black with #297EBC

Text Example


Text Example

White with #297EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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