#298AC1

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

Shades of Curious Blue #298AC1

Tints of Curious Blue #298AC1

Color information

#298AC1 (or 0x298AC1) is unknown color: approx Curious Blue. HEX triplet: 29, 8A and C1. RGB value is (41,138,193). Sum of RGB (Red+Green+Blue) = 41+138+193=372 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.02% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 193 (75.78% from 255 or 51.88% from 372); Max value from RGB is 193 - color contains mainly: blue. Hex color #298AC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298AC1 is #D6753E. Grayscale: #727272. Windows color (decimal): -14054719 or 12683817. OLE color: 12683817.

HSL color Cylindrical-coordinate representation of color #298AC1: hue angle of 201.71º 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 #298AC1 is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB41138193-
CMYK0.790.2800.24
HSL201.71º64.96%45.88%-
HSV(B)201.71º78.76%75.69%-
XYZ19.6322.553.76-
YUV115.27171.8675.03-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.02%
GREEN value IS 138 (54.30% from 255) = 37.10%
BLUE value IS 193 (75.78% from 255) = 51.88%
R=11.02%
G=37.10%
B=51.88%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal411381930.790.2800.24201.7164.9645.88
Hex298AC14F1C018ca412e
Octal512123011173403031210156
Binary1010011000101011000001100111111100011000110010101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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