#3985CD

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

Shades of Curious Blue #3985CD

Tints of Curious Blue #3985CD

Color information

#3985CD (or 0x3985CD) is unknown color: approx Curious Blue. HEX triplet: 39, 85 and CD. RGB value is (57,133,205). Sum of RGB (Red+Green+Blue) = 57+133+205=395 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.43% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #3985CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3985CD is #C67A32. Grayscale: #767676. Windows color (decimal): -13007411 or 13468985. OLE color: 13468985.

HSL color Cylindrical-coordinate representation of color #3985CD: hue angle of 209.19º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3985CD is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB57133205-
CMYK0.720.3500.20
HSL209.19º59.68%51.37%-
HSV(B)209.19º72.2%80.39%-
XYZ21.0922.0560.9-
YUV118.48176.8284.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.43%
GREEN value IS 133 (52.34% from 255) = 33.67%
BLUE value IS 205 (80.47% from 255) = 51.90%
R=14.43%
G=33.67%
B=51.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal571332050.720.3500.20209.1959.6851.37
Hex3985CD4823014d13c33
Octal71205315110430243217463
Binary1110011000010111001101100100010001101010011010001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3985CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3985CD; }

 p { color: rgb(57,133,205); }

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

<style>
 a { background-color: #3985CD; }

 a { background-color: rgb(57,133,205); }

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

<style>
 span { border-color: #3985CD; }

 span { border-color: rgb(57,133,205); }

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