Html Css Color HEX #297DB4 Curious Blue

📋 copy color: '#297DB4'

red 41 ◦ green 125 ◦ blue 180

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

Shades of Curious Blue #297DB4

Tints of Curious Blue #297DB4

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.13%

 BLUE value IS 180 (70.7% from 255) = 52.02%

R = 11.85%
G = 36.13%
B = 52.02%

CMYK

 C value IS 0.77

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#297DB4 (or 0x297DB4) is known color: Curious Blue. HEX triplet: 29, 7D and B4. RGB value is (41,125,180). Sum of RGB (Red+Green+Blue) = 41+125+180=346 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.85% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 180 (70.70% from 255 or 52.02% from 346); Max value from RGB is 180 - color contains mainly: blue. Hex color #297DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297DB4 is #D6824B. Grayscale: #696969. Windows color (decimal): -14058060 or 11828521. OLE color: 11828521.

HSL color Cylindrical-coordinate representation of color #297DB4: hue angle of 203.74º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #297DB4 is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 41 125 180 -
CMYK 0.77 0.31 0 0.29
HSL 203.74º 0.63% 0.43% -
HSV(B) 203.74º 0.77% 0.71% -
XYZ 16.49 18.43 45.87 -
YUV 106.15 169.67 81.53 -
System Red Green Blue C M Y K H S L
Decimal 41 125 180 0.77 0.31 0 0.29 203.74 0.63 0.43
Hex 29 7D B4 4D 1F 0 1D CC 3F 2B
Octal 51 175 264 115 37 0 35 314 77 53
Binary 101001 1111101 10110100 1001101 11111 0 11101 11001100 111111 101011

Color Harmonies of #297DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297DB4

Black with #297DB4

Text Example


Text Example

White with #297DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,125,180); }

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

background-color css

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

 a { background-color: rgb(41,125,180); }

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

border-color css

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

 span { border-color: rgb(41,125,180); }

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