Html Css Color HEX #297BB6 Curious Blue

📋 copy color: '#297BB6'

red 41 ◦ green 123 ◦ blue 182

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

Shades of Curious Blue #297BB6

Tints of Curious Blue #297BB6

RGB

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

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

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

R = 11.85%
G = 35.55%
B = 52.6%

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

#297BB6 (or 0x297BB6) is known color: Curious Blue. HEX triplet: 29, 7B and B6. RGB value is (41,123,182). Sum of RGB (Red+Green+Blue) = 41+123+182=346 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.85% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 182 (71.48% from 255 or 52.60% from 346); Max value from RGB is 182 - color contains mainly: blue. Hex color #297BB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297BB6 is #D68449. Grayscale: #686868. Windows color (decimal): -14058570 or 11959081. OLE color: 11959081.

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

Color convert

RGB 41 123 182 -
CMYK 0.77 0.32 0 0.29
HSL 205.11º 0.63% 0.44% -
HSV(B) 205.11º 0.77% 0.71% -
XYZ 16.44 18.01 46.87 -
YUV 105.21 171.33 82.2 -
System Red Green Blue C M Y K H S L
Decimal 41 123 182 0.77 0.32 0 0.29 205.11 0.63 0.44
Hex 29 7B B6 4D 20 0 1D CD 3F 2C
Octal 51 173 266 115 40 0 35 315 77 54
Binary 101001 1111011 10110110 1001101 100000 0 11101 11001101 111111 101100

Color Harmonies of #297BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297BB6

Black with #297BB6

Text Example


Text Example

White with #297BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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