Html Css Color HEX #298CC3 Curious Blue

📋 copy color: '#298CC3'

red 41 ◦ green 140 ◦ blue 195

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

Shades of Curious Blue #298CC3

Tints of Curious Blue #298CC3

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.23%

 BLUE value IS 195 (76.56% from 255) = 51.86%

R = 10.9%
G = 37.23%
B = 51.86%

CMYK

 C value IS 0.79

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#298CC3 (or 0x298CC3) is known color: Curious Blue. HEX triplet: 29, 8C and C3. RGB value is (41,140,195). Sum of RGB (Red+Green+Blue) = 41+140+195=376 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.90% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 195 (76.56% from 255 or 51.86% from 376); Max value from RGB is 195 - color contains mainly: blue. Hex color #298CC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298CC3 is #D6733C. Grayscale: #747474. Windows color (decimal): -14054205 or 12815401. OLE color: 12815401.

HSL color Cylindrical-coordinate representation of color #298CC3: hue angle of 201.43º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #298CC3 is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 41 140 195 -
CMYK 0.79 0.28 0 0.24
HSL 201.43º 0.65% 0.46% -
HSV(B) 201.43º 0.79% 0.76% -
XYZ 20.14 23.17 55.04 -
YUV 116.67 172.2 74.03 -
System Red Green Blue C M Y K H S L
Decimal 41 140 195 0.79 0.28 0 0.24 201.43 0.65 0.46
Hex 29 8C C3 4F 1C 0 18 C9 41 2E
Octal 51 214 303 117 34 0 30 311 101 56
Binary 101001 10001100 11000011 1001111 11100 0 11000 11001001 1000001 101110

Color Harmonies of #298CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298CC3

Black with #298CC3

Text Example


Text Example

White with #298CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298CC3; }

 p { color: rgb(41,140,195); }

 H1.HeaderClassName
 {
   color: #298CC3;
 }
 .AnyTagClassName
 {
   color: #298CC3;
 }
</style>

background-color css

<style>
 a { background-color: #298CC3; }

 a { background-color: rgb(41,140,195); }

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

border-color css

<style>
 span { border-color: #298CC3; }

 span { border-color: rgb(41,140,195); }

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