#3393CB

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

Shades of Curious Blue #3393CB

Tints of Curious Blue #3393CB

Color information

#3393CB (or 0x3393CB) is unknown color: approx Curious Blue. HEX triplet: 33, 93 and CB. RGB value is (51,147,203). Sum of RGB (Red+Green+Blue) = 51+147+203=401 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.72% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #3393CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3393CB is #CC6C34. Grayscale: #7C7C7C. Windows color (decimal): -13397045 or 13341491. OLE color: 13341491.

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

Color convert

RGB51147203-
CMYK0.750.2800.20
HSL202.11º59.84%49.8%-
HSV(B)202.11º74.88%79.61%-
XYZ22.5825.8860.31-
YUV124.68172.275.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.72%
GREEN value IS 147 (57.81% from 255) = 36.66%
BLUE value IS 203 (79.69% from 255) = 50.62%
R=12.72%
G=36.66%
B=50.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal511472030.750.2800.20202.1159.8449.8
Hex3393CB4B1C014ca3c32
Octal63223313113340243127462
Binary110011100100111100101110010111110001010011001010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3393CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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