Html Css Color HEX #297DB0 Curious Blue

📋 copy color: '#297DB0'

red 41 ◦ green 125 ◦ blue 176

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

Shades of Curious Blue #297DB0

Tints of Curious Blue #297DB0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.55%

 BLUE value IS 176 (69.14% from 255) = 51.46%

R = 11.99%
G = 36.55%
B = 51.46%

CMYK

 C value IS 0.77

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#297DB0 (or 0x297DB0) is known color: Curious Blue. HEX triplet: 29, 7D and B0. RGB value is (41,125,176). Sum of RGB (Red+Green+Blue) = 41+125+176=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 176 (69.14% from 255 or 51.46% from 342); Max value from RGB is 176 - color contains mainly: blue. Hex color #297DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297DB0 is #D6824F. Grayscale: #696969. Windows color (decimal): -14058064 or 11566377. OLE color: 11566377.

HSL color Cylindrical-coordinate representation of color #297DB0: hue angle of 202.67º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #297DB0 is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 41 125 176 -
CMYK 0.77 0.29 0 0.31
HSL 202.67º 0.62% 0.43% -
HSV(B) 202.67º 0.77% 0.69% -
XYZ 16.08 18.27 43.75 -
YUV 105.7 167.67 81.85 -
System Red Green Blue C M Y K H S L
Decimal 41 125 176 0.77 0.29 0 0.31 202.67 0.62 0.43
Hex 29 7D B0 4D 1D 0 1F CB 3E 2B
Octal 51 175 260 115 35 0 37 313 76 53
Binary 101001 1111101 10110000 1001101 11101 0 11111 11001011 111110 101011

Color Harmonies of #297DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297DB0

Black with #297DB0

Text Example


Text Example

White with #297DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,125,176); }

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

background-color css

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

 a { background-color: rgb(41,125,176); }

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

border-color css

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

 span { border-color: rgb(41,125,176); }

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