#3398CA

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

Shades of Curious Blue #3398CA

Tints of Curious Blue #3398CA

Color information

#3398CA (or 0x3398CA) is unknown color: approx Curious Blue. HEX triplet: 33, 98 and CA. RGB value is (51,152,202). Sum of RGB (Red+Green+Blue) = 51+152+202=405 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.59% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #3398CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3398CA is #CC6735. Grayscale: #7F7F7F. Windows color (decimal): -13395766 or 13277235. OLE color: 13277235.

HSL color Cylindrical-coordinate representation of color #3398CA: hue angle of 199.87º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3398CA is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB51152202-
CMYK0.750.2500.21
HSL199.87º59.68%49.61%-
HSV(B)199.87º74.75%79.22%-
XYZ23.2527.4259.94-
YUV127.5170.0473.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.59%
GREEN value IS 152 (59.77% from 255) = 37.53%
BLUE value IS 202 (79.30% from 255) = 49.88%
R=12.59%
G=37.53%
B=49.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal511522020.750.2500.21199.8759.6849.61
Hex3398CA4B19015c83c32
Octal63230312113310253107462
Binary110011100110001100101010010111100101010111001000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3398CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3398CA; }

 p { color: rgb(51,152,202); }

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

<style>
 a { background-color: #3398CA; }

 a { background-color: rgb(51,152,202); }

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

<style>
 span { border-color: #3398CA; }

 span { border-color: rgb(51,152,202); }

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