Html Css Color HEX #297CB9 Curious Blue

📋 copy color: '#297CB9'

red 41 ◦ green 124 ◦ blue 185

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

Shades of Curious Blue #297CB9

Tints of Curious Blue #297CB9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.43%

 BLUE value IS 185 (72.66% from 255) = 52.86%

R = 11.71%
G = 35.43%
B = 52.86%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#297CB9 (or 0x297CB9) is known color: Curious Blue. HEX triplet: 29, 7C and B9. RGB value is (41,124,185). Sum of RGB (Red+Green+Blue) = 41+124+185=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 185 (72.66% from 255 or 52.86% from 350); Max value from RGB is 185 - color contains mainly: blue. Hex color #297CB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297CB9 is #D68346. Grayscale: #696969. Windows color (decimal): -14058311 or 12155945. OLE color: 12155945.

HSL color Cylindrical-coordinate representation of color #297CB9: hue angle of 205.42º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #297CB9 is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 124 185 -
CMYK 0.78 0.33 0 0.27
HSL 205.42º 0.64% 0.44% -
HSV(B) 205.42º 0.78% 0.73% -
XYZ 16.88 18.39 48.56 -
YUV 106.14 172.5 81.54 -
System Red Green Blue C M Y K H S L
Decimal 41 124 185 0.78 0.33 0 0.27 205.42 0.64 0.44
Hex 29 7C B9 4E 21 0 1B CD 40 2C
Octal 51 174 271 116 41 0 33 315 100 54
Binary 101001 1111100 10111001 1001110 100001 0 11011 11001101 1000000 101100

Color Harmonies of #297CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297CB9

Black with #297CB9

Text Example


Text Example

White with #297CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,124,185); }

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

background-color css

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

 a { background-color: rgb(41,124,185); }

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

border-color css

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

 span { border-color: rgb(41,124,185); }

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