#3384DA

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

Shades of Curious Blue #3384DA

Tints of Curious Blue #3384DA

Color information

#3384DA (or 0x3384DA) is unknown color: approx Curious Blue. HEX triplet: 33, 84 and DA. RGB value is (51,132,218). Sum of RGB (Red+Green+Blue) = 51+132+218=401 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.72% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 218 (85.55% from 255 or 54.36% from 401); Max value from RGB is 218 - color contains mainly: blue. Hex color #3384DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3384DA is #CC7B25. Grayscale: #757575. Windows color (decimal): -13400870 or 14320691. OLE color: 14320691.

HSL color Cylindrical-coordinate representation of color #3384DA: hue angle of 210.9º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3384DA is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB51132218-
CMYK0.770.3900.15
HSL210.9º69.29%52.75%-
HSV(B)210.9º76.61%85.49%-
XYZ22.2722.2769.45-
YUV117.58184.6680.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.72%
GREEN value IS 132 (51.95% from 255) = 32.92%
BLUE value IS 218 (85.55% from 255) = 54.36%
R=12.72%
G=32.92%
B=54.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal511322180.770.3900.15210.969.2952.75
Hex3384DA4D270Fd34535
Octal632043321154701732310565
Binary1100111000010011011010100110110011101111110100111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3384DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3384DA; }

 p { color: rgb(51,132,218); }

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

<style>
 a { background-color: #3384DA; }

 a { background-color: rgb(51,132,218); }

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

<style>
 span { border-color: #3384DA; }

 span { border-color: rgb(51,132,218); }

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