#3391CA

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

Shades of Curious Blue #3391CA

Tints of Curious Blue #3391CA

Color information

#3391CA (or 0x3391CA) is unknown color: approx Curious Blue. HEX triplet: 33, 91 and CA. RGB value is (51,145,202). Sum of RGB (Red+Green+Blue) = 51+145+202=398 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.81% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #3391CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3391CA is #CC6E35. Grayscale: #7B7B7B. Windows color (decimal): -13397558 or 13275443. OLE color: 13275443.

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

Color convert

RGB51145202-
CMYK0.750.2800.21
HSL202.65º59.68%49.61%-
HSV(B)202.65º74.75%79.22%-
XYZ22.1525.2259.58-
YUV123.39172.3676.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.81%
GREEN value IS 145 (57.03% from 255) = 36.43%
BLUE value IS 202 (79.30% from 255) = 50.75%
R=12.81%
G=36.43%
B=50.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal511452020.750.2800.21202.6559.6849.61
Hex3391CA4B1C015cb3c32
Octal63221312113340253137462
Binary110011100100011100101010010111110001010111001011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3391CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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