Html Css Color HEX #297BB5 Curious Blue

📋 copy color: '#297BB5'

red 41 ◦ green 123 ◦ blue 181

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

Shades of Curious Blue #297BB5

Tints of Curious Blue #297BB5

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.65%

 BLUE value IS 181 (71.09% from 255) = 52.46%

R = 11.88%
G = 35.65%
B = 52.46%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#297BB5 (or 0x297BB5) is known color: Curious Blue. HEX triplet: 29, 7B and B5. RGB value is (41,123,181). Sum of RGB (Red+Green+Blue) = 41+123+181=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 181 (71.09% from 255 or 52.46% from 345); Max value from RGB is 181 - color contains mainly: blue. Hex color #297BB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297BB5 is #D6844A. Grayscale: #686868. Windows color (decimal): -14058571 or 11893545. OLE color: 11893545.

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

Color convert

RGB 41 123 181 -
CMYK 0.77 0.32 0 0.29
HSL 204.86º 0.63% 0.44% -
HSV(B) 204.86º 0.77% 0.71% -
XYZ 16.34 17.97 46.32 -
YUV 105.09 170.83 82.28 -
System Red Green Blue C M Y K H S L
Decimal 41 123 181 0.77 0.32 0 0.29 204.86 0.63 0.44
Hex 29 7B B5 4D 20 0 1D CD 3F 2C
Octal 51 173 265 115 40 0 35 315 77 54
Binary 101001 1111011 10110101 1001101 100000 0 11101 11001101 111111 101100

Color Harmonies of #297BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297BB5

Black with #297BB5

Text Example


Text Example

White with #297BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,123,181); }

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

background-color css

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

 a { background-color: rgb(41,123,181); }

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

border-color css

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

 span { border-color: rgb(41,123,181); }

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