#298ACA

Color #298ACA Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #298ACA

Tints of Curious Blue #298ACA

Color information

#298ACA (or 0x298ACA) is unknown color: approx Curious Blue. HEX triplet: 29, 8A and CA. RGB value is (41,138,202). Sum of RGB (Red+Green+Blue) = 41+138+202=381 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.76% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 202 (79.30% from 255 or 53.02% from 381); Max value from RGB is 202 - color contains mainly: blue. Hex color #298ACA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298ACA is #D67535. Grayscale: #737373. Windows color (decimal): -14054710 or 13273641. OLE color: 13273641.

HSL color Cylindrical-coordinate representation of color #298ACA: hue angle of 203.85º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #298ACA is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB41138202-
CMYK0.800.3200.21
HSL203.85º66.26%47.65%-
HSV(B)203.85º79.7%79.22%-
XYZ20.6622.9159.21-
YUV116.29176.3674.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.76%
GREEN value IS 138 (54.30% from 255) = 36.22%
BLUE value IS 202 (79.30% from 255) = 53.02%
R=10.76%
G=36.22%
B=53.02%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal411382020.800.3200.21203.8566.2647.65
Hex298ACA5020015cc4230
Octal512123121204002531410260
Binary10100110001010110010101010000100000010101110011001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,138,202); }

 H1.HeaderClassName
 {
   color: #298ACA;
 }
 .AnyTagClassName
 {
   color: #298ACA;
 }
</style>
background-color css

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

 a { background-color: rgb(41,138,202); }

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

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

 span { border-color: rgb(41,138,202); }

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