#3D82CA

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

Shades of Curious Blue #3D82CA

Tints of Curious Blue #3D82CA

Color information

#3D82CA (or 0x3D82CA) is unknown color: approx Curious Blue. HEX triplet: 3D, 82 and CA. RGB value is (61,130,202). Sum of RGB (Red+Green+Blue) = 61+130+202=393 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.52% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #3D82CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D82CA is #C27D35. Grayscale: #757575. Windows color (decimal): -12746038 or 13271613. OLE color: 13271613.

HSL color Cylindrical-coordinate representation of color #3D82CA: hue angle of 210.64º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D82CA is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB61130202-
CMYK0.700.3600.21
HSL210.64º57.09%51.57%-
HSV(B)210.64º69.8%79.22%-
XYZ20.5721.2258.89-
YUV117.58175.6487.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.52%
GREEN value IS 130 (51.17% from 255) = 33.08%
BLUE value IS 202 (79.30% from 255) = 51.40%
R=15.52%
G=33.08%
B=51.40%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal611302020.700.3600.21210.6457.0951.57
Hex3D82CA4624015d33934
Octal75202312106440253237164
Binary1111011000001011001010100011010010001010111010011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D82CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,130,202); }

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

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

 a { background-color: rgb(61,130,202); }

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

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

 span { border-color: rgb(61,130,202); }

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