Html Css Color HEX #297BB4 Curious Blue

📋 copy color: '#297BB4'

red 41 ◦ green 123 ◦ blue 180

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

Shades of Curious Blue #297BB4

Tints of Curious Blue #297BB4

RGB

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

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

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

R = 11.92%
G = 35.76%
B = 52.33%

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

#297BB4 (or 0x297BB4) is known color: Curious Blue. HEX triplet: 29, 7B and B4. RGB value is (41,123,180). Sum of RGB (Red+Green+Blue) = 41+123+180=344 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.92% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 180 (70.70% from 255 or 52.33% from 344); Max value from RGB is 180 - color contains mainly: blue. Hex color #297BB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297BB4 is #D6844B. Grayscale: #686868. Windows color (decimal): -14058572 or 11828009. OLE color: 11828009.

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

Color convert

RGB 41 123 180 -
CMYK 0.77 0.32 0 0.29
HSL 204.6º 0.63% 0.43% -
HSV(B) 204.6º 0.77% 0.71% -
XYZ 16.24 17.93 45.79 -
YUV 104.98 170.33 82.37 -
System Red Green Blue C M Y K H S L
Decimal 41 123 180 0.77 0.32 0 0.29 204.6 0.63 0.43
Hex 29 7B B4 4D 20 0 1D CD 3F 2B
Octal 51 173 264 115 40 0 35 315 77 53
Binary 101001 1111011 10110100 1001101 100000 0 11101 11001101 111111 101011

Color Harmonies of #297BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297BB4

Black with #297BB4

Text Example


Text Example

White with #297BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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