#3393CC

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

Shades of Curious Blue #3393CC

Tints of Curious Blue #3393CC

Color information

#3393CC (or 0x3393CC) is unknown color: approx Curious Blue. HEX triplet: 33, 93 and CC. RGB value is (51,147,204). Sum of RGB (Red+Green+Blue) = 51+147+204=402 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.69% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #3393CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3393CC is #CC6C33. Grayscale: #7C7C7C. Windows color (decimal): -13397044 or 13407027. OLE color: 13407027.

HSL color Cylindrical-coordinate representation of color #3393CC: hue angle of 202.35º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3393CC is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB51147204-
CMYK0.750.2800.2
HSL202.35º60%50%-
HSV(B)202.35º75%80%-
XYZ22.725.9360.94-
YUV124.79172.775.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.69%
GREEN value IS 147 (57.81% from 255) = 36.57%
BLUE value IS 204 (80.08% from 255) = 50.75%
R=12.69%
G=36.57%
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.2
SystemRedGreenBlueCMYKHSL
Decimal511472040.750.2800.2202.356050
Hex3393CC4B1C014ca3c32
Octal63223314113340243127462
Binary110011100100111100110010010111110001010011001010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3393CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3393CC; }

 p { color: rgb(51,147,204); }

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

<style>
 a { background-color: #3393CC; }

 a { background-color: rgb(51,147,204); }

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

<style>
 span { border-color: #3393CC; }

 span { border-color: rgb(51,147,204); }

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