Html Css Color HEX #297FB6 Curious Blue

📋 copy color: '#297FB6'

red 41 ◦ green 127 ◦ blue 182

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

Shades of Curious Blue #297FB6

Tints of Curious Blue #297FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 52%

R = 11.71%
G = 36.29%
B = 52%

CMYK

 C value IS 0.77

 M value IS 0.30

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#297FB6 (or 0x297FB6) is known color: Curious Blue. HEX triplet: 29, 7F and B6. RGB value is (41,127,182). Sum of RGB (Red+Green+Blue) = 41+127+182=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 182 (71.48% from 255 or 52% from 350); Max value from RGB is 182 - color contains mainly: blue. Hex color #297FB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297FB6 is #D68049. Grayscale: #6B6B6B. Windows color (decimal): -14057546 or 11960105. OLE color: 11960105.

HSL color Cylindrical-coordinate representation of color #297FB6: hue angle of 203.4º 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 #297FB6 is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 41 127 182 -
CMYK 0.77 0.30 0 0.29
HSL 203.4º 0.63% 0.44% -
HSV(B) 203.4º 0.77% 0.71% -
XYZ 16.95 19.03 47.04 -
YUV 107.56 170.01 80.53 -
System Red Green Blue C M Y K H S L
Decimal 41 127 182 0.77 0.30 0 0.29 203.4 0.63 0.44
Hex 29 7F B6 4D 1E 0 1D CB 3F 2C
Octal 51 177 266 115 36 0 35 313 77 54
Binary 101001 1111111 10110110 1001101 11110 0 11101 11001011 111111 101100

Color Harmonies of #297FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297FB6

Black with #297FB6

Text Example


Text Example

White with #297FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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