#3387BD

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

Shades of Curious Blue #3387BD

Tints of Curious Blue #3387BD

Color information

#3387BD (or 0x3387BD) is unknown color: approx Curious Blue. HEX triplet: 33, 87 and BD. RGB value is (51,135,189). Sum of RGB (Red+Green+Blue) = 51+135+189=375 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.6% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #3387BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3387BD is #CC7842. Grayscale: #737373. Windows color (decimal): -13400131 or 12420915. OLE color: 12420915.

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

Color convert

RGB51135189-
CMYK0.730.2900.26
HSL203.48º57.5%47.06%-
HSV(B)203.48º73.02%74.12%-
XYZ19.2121.7151.32-
YUV116.04169.1781.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.6%
GREEN value IS 135 (53.12% from 255) = 36%
BLUE value IS 189 (74.22% from 255) = 50.4%
R=13.6%
G=36%
B=50.4%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal511351890.730.2900.26203.4857.547.06
Hex3387BD491D01Acb3a2f
Octal63207275111350323137257
Binary110011100001111011110110010011110101101011001011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3387BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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