#3D87AF

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

Shades of Curious Blue #3D87AF

Tints of Curious Blue #3D87AF

Color information

#3D87AF (or 0x3D87AF) is unknown color: approx Curious Blue. HEX triplet: 3D, 87 and AF. RGB value is (61,135,175). Sum of RGB (Red+Green+Blue) = 61+135+175=371 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.44% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #3D87AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D87AF is #C27850. Grayscale: #757575. Windows color (decimal): -12744785 or 11503421. OLE color: 11503421.

HSL color Cylindrical-coordinate representation of color #3D87AF: hue angle of 201.05º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D87AF is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB61135175-
CMYK0.650.2300.31
HSL201.05º48.31%46.27%-
HSV(B)201.05º65.14%68.63%-
XYZ18.3321.4243.73-
YUV117.43160.4887.75-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.44%
GREEN value IS 135 (53.12% from 255) = 36.39%
BLUE value IS 175 (68.75% from 255) = 47.17%
R=16.44%
G=36.39%
B=47.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal611351750.650.2300.31201.0548.3146.27
Hex3D87AF411701Fc9302e
Octal75207257101270373116056
Binary111101100001111010111110000011011101111111001001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D87AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,135,175); }

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

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

 a { background-color: rgb(61,135,175); }

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

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

 span { border-color: rgb(61,135,175); }

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