#3384BC

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

Shades of Curious Blue #3384BC

Tints of Curious Blue #3384BC

Color information

#3384BC (or 0x3384BC) is unknown color: approx Curious Blue. HEX triplet: 33, 84 and BC. RGB value is (51,132,188). Sum of RGB (Red+Green+Blue) = 51+132+188=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #3384BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3384BC is #CC7B43. Grayscale: #717171. Windows color (decimal): -13400900 or 12354611. OLE color: 12354611.

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

Color convert

RGB51132188-
CMYK0.730.3000.26
HSL204.53º57.32%46.86%-
HSV(B)204.53º72.87%73.73%-
XYZ18.6920.8450.61-
YUV114.16169.6682.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.75%
GREEN value IS 132 (51.95% from 255) = 35.58%
BLUE value IS 188 (73.83% from 255) = 50.67%
R=13.75%
G=35.58%
B=50.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal511321880.730.3000.26204.5357.3246.86
Hex3384BC491E01Acd392f
Octal63204274111360323157157
Binary110011100001001011110010010011111001101011001101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3384BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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