Html Css Color HEX #297ABF Curious Blue

📋 copy color: '#297ABF'

red 41 ◦ green 122 ◦ blue 191

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

Shades of Curious Blue #297ABF

Tints of Curious Blue #297ABF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.46%

 BLUE value IS 191 (75% from 255) = 53.95%

R = 11.58%
G = 34.46%
B = 53.95%

CMYK

 C value IS 0.79

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#297ABF (or 0x297ABF) is known color: Curious Blue. HEX triplet: 29, 7A and BF. RGB value is (41,122,191). Sum of RGB (Red+Green+Blue) = 41+122+191=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #297ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297ABF is #D68540. Grayscale: #696969. Windows color (decimal): -14058817 or 12548649. OLE color: 12548649.

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

Color convert

RGB 41 122 191 -
CMYK 0.79 0.36 0 0.25
HSL 207.6º 0.65% 0.45% -
HSV(B) 207.6º 0.79% 0.75% -
XYZ 17.28 18.15 51.88 -
YUV 105.65 176.16 81.89 -
System Red Green Blue C M Y K H S L
Decimal 41 122 191 0.79 0.36 0 0.25 207.6 0.65 0.45
Hex 29 7A BF 4F 24 0 19 D0 41 2D
Octal 51 172 277 117 44 0 31 320 101 55
Binary 101001 1111010 10111111 1001111 100100 0 11001 11010000 1000001 101101

Color Harmonies of #297ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297ABF

Black with #297ABF

Text Example


Text Example

White with #297ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,122,191); }

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

background-color css

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

 a { background-color: rgb(41,122,191); }

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

border-color css

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

 span { border-color: rgb(41,122,191); }

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