#3383BD

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

Shades of Curious Blue #3383BD

Tints of Curious Blue #3383BD

Color information

#3383BD (or 0x3383BD) is unknown color: approx Curious Blue. HEX triplet: 33, 83 and BD. RGB value is (51,131,189). Sum of RGB (Red+Green+Blue) = 51+131+189=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #3383BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3383BD is #CC7C42. Grayscale: #717171. Windows color (decimal): -13401155 or 12419891. OLE color: 12419891.

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

Color convert

RGB51131189-
CMYK0.730.3100.26
HSL205.22º57.5%47.06%-
HSV(B)205.22º73.02%74.12%-
XYZ18.6720.6151.14-
YUV113.69170.583.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.75%
GREEN value IS 131 (51.56% from 255) = 35.31%
BLUE value IS 189 (74.22% from 255) = 50.94%
R=13.75%
G=35.31%
B=50.94%

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
Decimal511311890.730.3100.26205.2257.547.06
Hex3383BD491F01Acd3a2f
Octal63203275111370323157257
Binary110011100000111011110110010011111101101011001101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3383BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3383BD; }

 p { color: rgb(51,131,189); }

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

<style>
 a { background-color: #3383BD; }

 a { background-color: rgb(51,131,189); }

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

<style>
 span { border-color: #3383BD; }

 span { border-color: rgb(51,131,189); }

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