#3184B0

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

Shades of Curious Blue #3184B0

Tints of Curious Blue #3184B0

Color information

#3184B0 (or 0x3184B0) is unknown color: approx Curious Blue. HEX triplet: 31, 84 and B0. RGB value is (49,132,176). Sum of RGB (Red+Green+Blue) = 49+132+176=357 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.73% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 176 (69.14% from 255 or 49.30% from 357); Max value from RGB is 176 - color contains mainly: blue. Hex color #3184B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3184B0 is #CE7B4F. Grayscale: #6F6F6F. Windows color (decimal): -13531984 or 11568177. OLE color: 11568177.

HSL color Cylindrical-coordinate representation of color #3184B0: hue angle of 200.79º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3184B0 is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB49132176-
CMYK0.720.2500.31
HSL200.79º56.44%44.12%-
HSV(B)200.79º72.16%69.02%-
XYZ17.3520.2944.08-
YUV112.216482.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.73%
GREEN value IS 132 (51.95% from 255) = 36.97%
BLUE value IS 176 (69.14% from 255) = 49.30%
R=13.73%
G=36.97%
B=49.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal491321760.720.2500.31200.7956.4444.12
Hex3184B0481901Fc9382c
Octal61204260110310373117054
Binary110001100001001011000010010001100101111111001001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3184B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3184B0; }

 p { color: rgb(49,132,176); }

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

<style>
 a { background-color: #3184B0; }

 a { background-color: rgb(49,132,176); }

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

<style>
 span { border-color: #3184B0; }

 span { border-color: rgb(49,132,176); }

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