#298BCC

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

Shades of Curious Blue #298BCC

Tints of Curious Blue #298BCC

Color information

#298BCC (or 0x298BCC) is unknown color: approx Curious Blue. HEX triplet: 29, 8B and CC. RGB value is (41,139,204). Sum of RGB (Red+Green+Blue) = 41+139+204=384 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.68% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #298BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298BCC is #D67433. Grayscale: #747474. Windows color (decimal): -14054452 or 13404969. OLE color: 13404969.

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

Color convert

RGB41139204-
CMYK0.800.3200.2
HSL203.93º66.53%48.04%-
HSV(B)203.93º79.9%80%-
XYZ21.0523.360.51-
YUV117.11177.0373.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.68%
GREEN value IS 139 (54.69% from 255) = 36.20%
BLUE value IS 204 (80.08% from 255) = 53.12%
R=10.68%
G=36.20%
B=53.12%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal411392040.800.3200.2203.9366.5348.04
Hex298BCC5020014cc4330
Octal512133141204002431410360
Binary10100110001011110011001010000100000010100110011001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,139,204); }

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

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

 a { background-color: rgb(41,139,204); }

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

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

 span { border-color: rgb(41,139,204); }

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