Html Css Color HEX #297AB3 Curious Blue

📋 copy color: '#297AB3'

red 41 ◦ green 122 ◦ blue 179

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

Shades of Curious Blue #297AB3

Tints of Curious Blue #297AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 52.34%

R = 11.99%
G = 35.67%
B = 52.34%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#297AB3 (or 0x297AB3) is known color: Curious Blue. HEX triplet: 29, 7A and B3. RGB value is (41,122,179). Sum of RGB (Red+Green+Blue) = 41+122+179=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 179 (70.31% from 255 or 52.34% from 342); Max value from RGB is 179 - color contains mainly: blue. Hex color #297AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297AB3 is #D6854C. Grayscale: #676767. Windows color (decimal): -14058829 or 11762217. OLE color: 11762217.

HSL color Cylindrical-coordinate representation of color #297AB3: hue angle of 204.78º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #297AB3 is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 41 122 179 -
CMYK 0.77 0.32 0 0.30
HSL 204.78º 0.63% 0.43% -
HSV(B) 204.78º 0.77% 0.7% -
XYZ 16.01 17.65 45.21 -
YUV 104.28 170.16 82.87 -
System Red Green Blue C M Y K H S L
Decimal 41 122 179 0.77 0.32 0 0.30 204.78 0.63 0.43
Hex 29 7A B3 4D 20 0 1E CD 3F 2B
Octal 51 172 263 115 40 0 36 315 77 53
Binary 101001 1111010 10110011 1001101 100000 0 11110 11001101 111111 101011

Color Harmonies of #297AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297AB3

Black with #297AB3

Text Example


Text Example

White with #297AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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