#3083AD

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

Shades of Curious Blue #3083AD

Tints of Curious Blue #3083AD

Color information

#3083AD (or 0x3083AD) is unknown color: approx Curious Blue. HEX triplet: 30, 83 and AD. RGB value is (48,131,173). Sum of RGB (Red+Green+Blue) = 48+131+173=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #3083AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3083AD is #CF7C52. Grayscale: #6E6E6E. Windows color (decimal): -13597779 or 11371312. OLE color: 11371312.

HSL color Cylindrical-coordinate representation of color #3083AD: hue angle of 200.16º 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 #3083AD is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB48131173-
CMYK0.720.2400.32
HSL200.16º56.56%43.33%-
HSV(B)200.16º72.25%67.84%-
XYZ16.8819.8842.48-
YUV110.9716383.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.64%
GREEN value IS 131 (51.56% from 255) = 37.22%
BLUE value IS 173 (67.97% from 255) = 49.15%
R=13.64%
G=37.22%
B=49.15%

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
Decimal481311730.720.2400.32200.1656.5643.33
Hex3083AD4818020c8392b
Octal60203255110300403107153
Binary1100001000001110101101100100011000010000011001000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3083AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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