#3D8FCD

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

Shades of Curious Blue #3D8FCD

Tints of Curious Blue #3D8FCD

Color information

#3D8FCD (or 0x3D8FCD) is unknown color: approx Curious Blue. HEX triplet: 3D, 8F and CD. RGB value is (61,143,205). Sum of RGB (Red+Green+Blue) = 61+143+205=409 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.91% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #3D8FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D8FCD is #C27032. Grayscale: #7D7D7D. Windows color (decimal): -12742707 or 13471549. OLE color: 13471549.

HSL color Cylindrical-coordinate representation of color #3D8FCD: hue angle of 205.83º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D8FCD is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB61143205-
CMYK0.700.3000.20
HSL205.83º59.02%52.16%-
HSV(B)205.83º70.24%80.39%-
XYZ22.7725.0461.39-
YUV125.55172.8381.96-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.91%
GREEN value IS 143 (56.25% from 255) = 34.96%
BLUE value IS 205 (80.47% from 255) = 50.12%
R=14.91%
G=34.96%
B=50.12%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal611432050.700.3000.20205.8359.0252.16
Hex3D8FCD461E014ce3b34
Octal75217315106360243167364
Binary111101100011111100110110001101111001010011001110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,143,205); }

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

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

 a { background-color: rgb(61,143,205); }

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

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

 span { border-color: rgb(61,143,205); }

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