Html Css Color HEX #297EC0 Curious Blue

📋 copy color: '#297EC0'

red 41 ◦ green 126 ◦ blue 192

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

Shades of Curious Blue #297EC0

Tints of Curious Blue #297EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 53.48%

R = 11.42%
G = 35.1%
B = 53.48%

CMYK

 C value IS 0.79

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#297EC0 (or 0x297EC0) is known color: Curious Blue. HEX triplet: 29, 7E and C0. RGB value is (41,126,192). Sum of RGB (Red+Green+Blue) = 41+126+192=359 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.42% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 192 (75.39% from 255 or 53.48% from 359); Max value from RGB is 192 - color contains mainly: blue. Hex color #297EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297EC0 is #D6813F. Grayscale: #6B6B6B. Windows color (decimal): -14057792 or 12615209. OLE color: 12615209.

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

Color convert

RGB 41 126 192 -
CMYK 0.79 0.34 0 0.25
HSL 206.23º 0.65% 0.46% -
HSV(B) 206.23º 0.79% 0.75% -
XYZ 17.89 19.2 52.63 -
YUV 108.11 175.34 80.13 -
System Red Green Blue C M Y K H S L
Decimal 41 126 192 0.79 0.34 0 0.25 206.23 0.65 0.46
Hex 29 7E C0 4F 22 0 19 CE 41 2E
Octal 51 176 300 117 42 0 31 316 101 56
Binary 101001 1111110 11000000 1001111 100010 0 11001 11001110 1000001 101110

Color Harmonies of #297EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297EC0

Black with #297EC0

Text Example


Text Example

White with #297EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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