#3D84BC

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

Shades of Curious Blue #3D84BC

Tints of Curious Blue #3D84BC

Color information

#3D84BC (or 0x3D84BC) is unknown color: approx Curious Blue. HEX triplet: 3D, 84 and BC. RGB value is (61,132,188). Sum of RGB (Red+Green+Blue) = 61+132+188=381 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.01% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #3D84BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D84BC is #C27B43. Grayscale: #747474. Windows color (decimal): -12745540 or 12354621. OLE color: 12354621.

HSL color Cylindrical-coordinate representation of color #3D84BC: hue angle of 206.46º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D84BC is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB61132188-
CMYK0.680.3000.26
HSL206.46º51%48.82%-
HSV(B)206.46º67.55%73.73%-
XYZ19.2521.1350.64-
YUV117.16167.9887.95-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.01%
GREEN value IS 132 (51.95% from 255) = 34.65%
BLUE value IS 188 (73.83% from 255) = 49.34%
R=16.01%
G=34.65%
B=49.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal611321880.680.3000.26206.465148.82
Hex3D84BC441E01Ace3331
Octal75204274104360323166361
Binary111101100001001011110010001001111001101011001110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D84BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,132,188); }

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

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

 a { background-color: rgb(61,132,188); }

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

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

 span { border-color: rgb(61,132,188); }

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