#3397CA

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

Shades of Curious Blue #3397CA

Tints of Curious Blue #3397CA

Color information

#3397CA (or 0x3397CA) is unknown color: approx Curious Blue. HEX triplet: 33, 97 and CA. RGB value is (51,151,202). Sum of RGB (Red+Green+Blue) = 51+151+202=404 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.62% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #3397CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3397CA is #CC6835. Grayscale: #7E7E7E. Windows color (decimal): -13396022 or 13276979. OLE color: 13276979.

HSL color Cylindrical-coordinate representation of color #3397CA: hue angle of 200.26º 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 #3397CA is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB51151202-
CMYK0.750.2500.21
HSL200.26º59.68%49.61%-
HSV(B)200.26º74.75%79.22%-
XYZ23.0927.159.89-
YUV126.91170.3773.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.62%
GREEN value IS 151 (59.38% from 255) = 37.38%
BLUE value IS 202 (79.30% from 255) = 50%
R=12.62%
G=37.38%
B=50%

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
Decimal511512020.750.2500.21200.2659.6849.61
Hex3397CA4B19015c83c32
Octal63227312113310253107462
Binary110011100101111100101010010111100101010111001000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3397CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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