#3382BC

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

Shades of Curious Blue #3382BC

Tints of Curious Blue #3382BC

Color information

#3382BC (or 0x3382BC) is unknown color: approx Curious Blue. HEX triplet: 33, 82 and BC. RGB value is (51,130,188). Sum of RGB (Red+Green+Blue) = 51+130+188=369 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.82% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #3382BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3382BC is #CC7D43. Grayscale: #707070. Windows color (decimal): -13401412 or 12354099. OLE color: 12354099.

HSL color Cylindrical-coordinate representation of color #3382BC: hue angle of 205.4º 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 #3382BC is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB51130188-
CMYK0.730.3100.26
HSL205.4º57.32%46.86%-
HSV(B)205.4º72.87%73.73%-
XYZ18.4220.350.52-
YUV112.99170.3383.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.82%
GREEN value IS 130 (51.17% from 255) = 35.23%
BLUE value IS 188 (73.83% from 255) = 50.95%
R=13.82%
G=35.23%
B=50.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal511301880.730.3100.26205.457.3246.86
Hex3382BC491F01Acd392f
Octal63202274111370323157157
Binary110011100000101011110010010011111101101011001101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3382BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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