Html Css Color HEX #297FBB Curious Blue

📋 copy color: '#297FBB'

red 41 ◦ green 127 ◦ blue 187

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

Shades of Curious Blue #297FBB

Tints of Curious Blue #297FBB

RGB

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

 GREEN value IS 127 (50% from 255) = 35.77%

 BLUE value IS 187 (73.44% from 255) = 52.68%

R = 11.55%
G = 35.77%
B = 52.68%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#297FBB (or 0x297FBB) is known color: Curious Blue. HEX triplet: 29, 7F and BB. RGB value is (41,127,187). Sum of RGB (Red+Green+Blue) = 41+127+187=355 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.55% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #297FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297FBB is #D68044. Grayscale: #6B6B6B. Windows color (decimal): -14057541 or 12287785. OLE color: 12287785.

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

Color convert

RGB 41 127 187 -
CMYK 0.78 0.32 0 0.27
HSL 204.66º 0.64% 0.45% -
HSV(B) 204.66º 0.78% 0.73% -
XYZ 17.47 19.24 49.81 -
YUV 108.13 172.51 80.12 -
System Red Green Blue C M Y K H S L
Decimal 41 127 187 0.78 0.32 0 0.27 204.66 0.64 0.45
Hex 29 7F BB 4E 20 0 1B CD 40 2D
Octal 51 177 273 116 40 0 33 315 100 55
Binary 101001 1111111 10111011 1001110 100000 0 11011 11001101 1000000 101101

Color Harmonies of #297FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297FBB

Black with #297FBB

Text Example


Text Example

White with #297FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,127,187); }

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

background-color css

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

 a { background-color: rgb(41,127,187); }

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

border-color css

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

 span { border-color: rgb(41,127,187); }

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