#3393BC

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

Shades of Curious Blue #3393BC

Tints of Curious Blue #3393BC

Color information

#3393BC (or 0x3393BC) is unknown color: approx Curious Blue. HEX triplet: 33, 93 and BC. RGB value is (51,147,188). Sum of RGB (Red+Green+Blue) = 51+147+188=386 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.21% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #3393BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3393BC is #CC6C43. Grayscale: #7A7A7A. Windows color (decimal): -13397060 or 12358451. OLE color: 12358451.

HSL color Cylindrical-coordinate representation of color #3393BC: hue angle of 197.96º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3393BC is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB51147188-
CMYK0.730.2200.26
HSL197.96º57.32%46.86%-
HSV(B)197.96º72.87%73.73%-
XYZ20.8825.251.34-
YUV122.97164.776.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.21%
GREEN value IS 147 (57.81% from 255) = 38.08%
BLUE value IS 188 (73.83% from 255) = 48.70%
R=13.21%
G=38.08%
B=48.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal511471880.730.2200.26197.9657.3246.86
Hex3393BC491601Ac6392f
Octal63223274111260323067157
Binary110011100100111011110010010011011001101011000110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3393BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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