Html Css Color HEX #297EBD Curious Blue

📋 copy color: '#297EBD'

red 41 ◦ green 126 ◦ blue 189

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

Shades of Curious Blue #297EBD

Tints of Curious Blue #297EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.09%

R = 11.52%
G = 35.39%
B = 53.09%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#297EBD (or 0x297EBD) is known color: Curious Blue. HEX triplet: 29, 7E and BD. RGB value is (41,126,189). Sum of RGB (Red+Green+Blue) = 41+126+189=356 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.52% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #297EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297EBD is #D68142. Grayscale: #6B6B6B. Windows color (decimal): -14057795 or 12418601. OLE color: 12418601.

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

Color convert

RGB 41 126 189 -
CMYK 0.78 0.33 0 0.26
HSL 205.54º 0.64% 0.45% -
HSV(B) 205.54º 0.78% 0.74% -
XYZ 17.56 19.07 50.9 -
YUV 107.77 173.84 80.38 -
System Red Green Blue C M Y K H S L
Decimal 41 126 189 0.78 0.33 0 0.26 205.54 0.64 0.45
Hex 29 7E BD 4E 21 0 1A CE 40 2D
Octal 51 176 275 116 41 0 32 316 100 55
Binary 101001 1111110 10111101 1001110 100001 0 11010 11001110 1000000 101101

Color Harmonies of #297EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297EBD

Black with #297EBD

Text Example


Text Example

White with #297EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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