Html Css Color HEX #297ACC Curious Blue

📋 copy color: '#297ACC'

red 41 ◦ green 122 ◦ blue 204

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

Shades of Curious Blue #297ACC

Tints of Curious Blue #297ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.59%

R = 11.17%
G = 33.24%
B = 55.59%

CMYK

 C value IS 0.80

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#297ACC (or 0x297ACC) is known color: Curious Blue. HEX triplet: 29, 7A and CC. RGB value is (41,122,204). Sum of RGB (Red+Green+Blue) = 41+122+204=367 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.17% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #297ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297ACC is #D68533. Grayscale: #6A6A6A. Windows color (decimal): -14058804 or 13400617. OLE color: 13400617.

HSL color Cylindrical-coordinate representation of color #297ACC: hue angle of 210.18º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #297ACC is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 41 122 204 -
CMYK 0.80 0.40 0 0.2
HSL 210.18º 0.67% 0.48% -
HSV(B) 210.18º 0.8% 0.8% -
XYZ 18.77 18.75 59.76 -
YUV 107.13 182.66 80.83 -
System Red Green Blue C M Y K H S L
Decimal 41 122 204 0.80 0.40 0 0.2 210.18 0.67 0.48
Hex 29 7A CC 50 28 0 14 D2 43 30
Octal 51 172 314 120 50 0 24 322 103 60
Binary 101001 1111010 11001100 1010000 101000 0 10100 11010010 1000011 110000

Color Harmonies of #297ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297ACC

Black with #297ACC

Text Example


Text Example

White with #297ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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