#3D8CC1

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

Shades of Curious Blue #3D8CC1

Tints of Curious Blue #3D8CC1

Color information

#3D8CC1 (or 0x3D8CC1) is unknown color: approx Curious Blue. HEX triplet: 3D, 8C and C1. RGB value is (61,140,193). Sum of RGB (Red+Green+Blue) = 61+140+193=394 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.48% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 193 (75.78% from 255 or 48.98% from 394); Max value from RGB is 193 - color contains mainly: blue. Hex color #3D8CC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D8CC1 is #C2733E. Grayscale: #7A7A7A. Windows color (decimal): -12743487 or 12684349. OLE color: 12684349.

HSL color Cylindrical-coordinate representation of color #3D8CC1: hue angle of 204.09º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D8CC1 is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB61140193-
CMYK0.680.2700.24
HSL204.09º51.97%49.8%-
HSV(B)204.09º68.39%75.69%-
XYZ20.9323.653.9-
YUV122.42167.8384.19-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.48%
GREEN value IS 140 (55.08% from 255) = 35.53%
BLUE value IS 193 (75.78% from 255) = 48.98%
R=15.48%
G=35.53%
B=48.98%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal611401930.680.2700.24204.0951.9749.8
Hex3D8CC1441B018cc3432
Octal75214301104330303146462
Binary111101100011001100000110001001101101100011001100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,140,193); }

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

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

 a { background-color: rgb(61,140,193); }

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

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

 span { border-color: rgb(61,140,193); }

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