Html Css Color HEX #297EC6 Curious Blue

📋 copy color: '#297EC6'

red 41 ◦ green 126 ◦ blue 198

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

Shades of Curious Blue #297EC6

Tints of Curious Blue #297EC6

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.52%

 BLUE value IS 198 (77.73% from 255) = 54.25%

R = 11.23%
G = 34.52%
B = 54.25%

CMYK

 C value IS 0.79

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#297EC6 (or 0x297EC6) is known color: Curious Blue. HEX triplet: 29, 7E and C6. RGB value is (41,126,198). Sum of RGB (Red+Green+Blue) = 41+126+198=365 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.23% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 198 (77.73% from 255 or 54.25% from 365); Max value from RGB is 198 - color contains mainly: blue. Hex color #297EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297EC6 is #D68139. Grayscale: #6C6C6C. Windows color (decimal): -14057786 or 13008425. OLE color: 13008425.

HSL color Cylindrical-coordinate representation of color #297EC6: hue angle of 207.52º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #297EC6 is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 41 126 198 -
CMYK 0.79 0.36 0 0.22
HSL 207.52º 0.66% 0.47% -
HSV(B) 207.52º 0.79% 0.78% -
XYZ 18.57 19.47 56.21 -
YUV 108.79 178.34 79.65 -
System Red Green Blue C M Y K H S L
Decimal 41 126 198 0.79 0.36 0 0.22 207.52 0.66 0.47
Hex 29 7E C6 4F 24 0 16 D0 42 2F
Octal 51 176 306 117 44 0 26 320 102 57
Binary 101001 1111110 11000110 1001111 100100 0 10110 11010000 1000010 101111

Color Harmonies of #297EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297EC6

Black with #297EC6

Text Example


Text Example

White with #297EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,126,198); }

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

background-color css

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

 a { background-color: rgb(41,126,198); }

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

border-color css

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

 span { border-color: rgb(41,126,198); }

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