#298CCC

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

Shades of Curious Blue #298CCC

Tints of Curious Blue #298CCC

Color information

#298CCC (or 0x298CCC) is unknown color: approx Curious Blue. HEX triplet: 29, 8C and CC. RGB value is (41,140,204). Sum of RGB (Red+Green+Blue) = 41+140+204=385 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.65% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #298CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298CCC is #D67333. Grayscale: #757575. Windows color (decimal): -14054196 or 13405225. OLE color: 13405225.

HSL color Cylindrical-coordinate representation of color #298CCC: hue angle of 203.56º 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 #298CCC is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB41140204-
CMYK0.800.3100.2
HSL203.56º66.53%48.04%-
HSV(B)203.56º79.9%80%-
XYZ21.1923.5960.56-
YUV117.7176.773.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.65%
GREEN value IS 140 (55.08% from 255) = 36.36%
BLUE value IS 204 (80.08% from 255) = 52.99%
R=10.65%
G=36.36%
B=52.99%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal411402040.800.3100.2203.5666.5348.04
Hex298CCC501F014cc4330
Octal512143141203702431410360
Binary1010011000110011001100101000011111010100110011001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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