#3084AD

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

Shades of Curious Blue #3084AD

Tints of Curious Blue #3084AD

Color information

#3084AD (or 0x3084AD) is unknown color: approx Curious Blue. HEX triplet: 30, 84 and AD. RGB value is (48,132,173). Sum of RGB (Red+Green+Blue) = 48+132+173=353 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.60% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #3084AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3084AD is #CF7B52. Grayscale: #6F6F6F. Windows color (decimal): -13597523 or 11371568. OLE color: 11371568.

HSL color Cylindrical-coordinate representation of color #3084AD: hue angle of 199.68º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3084AD is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB48132173-
CMYK0.720.2400.32
HSL199.68º56.56%43.33%-
HSV(B)199.68º72.25%67.84%-
XYZ17.0120.1542.53-
YUV111.56162.6782.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.60%
GREEN value IS 132 (51.95% from 255) = 37.39%
BLUE value IS 173 (67.97% from 255) = 49.01%
R=13.60%
G=37.39%
B=49.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal481321730.720.2400.32199.6856.5643.33
Hex3084AD4818020c8392b
Octal60204255110300403107153
Binary1100001000010010101101100100011000010000011001000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3084AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3084AD; }

 p { color: rgb(48,132,173); }

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

<style>
 a { background-color: #3084AD; }

 a { background-color: rgb(48,132,173); }

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

<style>
 span { border-color: #3084AD; }

 span { border-color: rgb(48,132,173); }

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