#3D83AB

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

Shades of Curious Blue #3D83AB

Tints of Curious Blue #3D83AB

Color information

#3D83AB (or 0x3D83AB) is unknown color: approx Curious Blue. HEX triplet: 3D, 83 and AB. RGB value is (61,131,171). Sum of RGB (Red+Green+Blue) = 61+131+171=363 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.80% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #3D83AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D83AB is #C27C54. Grayscale: #727272. Windows color (decimal): -12745813 or 11240253. OLE color: 11240253.

HSL color Cylindrical-coordinate representation of color #3D83AB: hue angle of 201.82º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D83AB is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB61131171-
CMYK0.640.2300.33
HSL201.82º47.41%45.49%-
HSV(B)201.82º64.33%67.06%-
XYZ17.3920.1641.5-
YUV114.63159.8189.75-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.80%
GREEN value IS 131 (51.56% from 255) = 36.09%
BLUE value IS 171 (67.19% from 255) = 47.11%
R=16.80%
G=36.09%
B=47.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal611311710.640.2300.33201.8247.4145.49
Hex3D83AB4017021ca2f2d
Octal75203253100270413125755
Binary1111011000001110101011100000010111010000111001010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D83AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D83AB; }

 p { color: rgb(61,131,171); }

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

<style>
 a { background-color: #3D83AB; }

 a { background-color: rgb(61,131,171); }

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

<style>
 span { border-color: #3D83AB; }

 span { border-color: rgb(61,131,171); }

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