#3D85AF

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

Shades of Curious Blue #3D85AF

Tints of Curious Blue #3D85AF

Color information

#3D85AF (or 0x3D85AF) is unknown color: approx Curious Blue. HEX triplet: 3D, 85 and AF. RGB value is (61,133,175). Sum of RGB (Red+Green+Blue) = 61+133+175=369 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.53% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #3D85AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D85AF is #C27A50. Grayscale: #747474. Windows color (decimal): -12745297 or 11502909. OLE color: 11502909.

HSL color Cylindrical-coordinate representation of color #3D85AF: hue angle of 202.11º 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 #3D85AF is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB61133175-
CMYK0.650.2400.31
HSL202.11º48.31%46.27%-
HSV(B)202.11º65.14%68.63%-
XYZ18.0520.8643.63-
YUV116.26161.1588.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.53%
GREEN value IS 133 (52.34% from 255) = 36.04%
BLUE value IS 175 (68.75% from 255) = 47.43%
R=16.53%
G=36.04%
B=47.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal611331750.650.2400.31202.1148.3146.27
Hex3D85AF411801Fca302e
Octal75205257101300373126056
Binary111101100001011010111110000011100001111111001010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D85AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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