#3E85CA

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

Shades of Curious Blue #3E85CA

Tints of Curious Blue #3E85CA

Color information

#3E85CA (or 0x3E85CA) is unknown color: approx Curious Blue. HEX triplet: 3E, 85 and CA. RGB value is (62,133,202). Sum of RGB (Red+Green+Blue) = 62+133+202=397 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.62% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #3E85CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E85CA is #C17A35. Grayscale: #777777. Windows color (decimal): -12679734 or 13272382. OLE color: 13272382.

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

Color convert

RGB62133202-
CMYK0.690.3400.21
HSL209.57º56.91%51.76%-
HSV(B)209.57º69.31%79.22%-
XYZ21.0322.0659.03-
YUV119.64174.4886.89-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 15.62%
GREEN value IS 133 (52.34% from 255) = 33.50%
BLUE value IS 202 (79.30% from 255) = 50.88%
R=15.62%
G=33.50%
B=50.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal621332020.690.3400.21209.5756.9151.76
Hex3E85CA4522015d23934
Octal76205312105420253227164
Binary1111101000010111001010100010110001001010111010010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E85CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,133,202); }

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

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

 a { background-color: rgb(62,133,202); }

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

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

 span { border-color: rgb(62,133,202); }

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