#3E8BD5

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

Shades of Curious Blue #3E8BD5

Tints of Curious Blue #3E8BD5

Color information

#3E8BD5 (or 0x3E8BD5) is unknown color: approx Curious Blue. HEX triplet: 3E, 8B and D5. RGB value is (62,139,213). Sum of RGB (Red+Green+Blue) = 62+139+213=414 (54% of max value = 765). Red value is 62 (24.61% from 255 or 14.98% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 213 (83.59% from 255 or 51.45% from 414); Max value from RGB is 213 - color contains mainly: blue. Hex color #3E8BD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E8BD5 is #C1742A. Grayscale: #7C7C7C. Windows color (decimal): -12678187 or 13994814. OLE color: 13994814.

HSL color Cylindrical-coordinate representation of color #3E8BD5: hue angle of 209.4º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E8BD5 is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB62139213-
CMYK0.710.3500.16
HSL209.4º64.26%53.92%-
HSV(B)209.4º70.89%83.53%-
XYZ23.2324.2966.42-
YUV124.41177.9983.48-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.98%
GREEN value IS 139 (54.69% from 255) = 33.57%
BLUE value IS 213 (83.59% from 255) = 51.45%
R=14.98%
G=33.57%
B=51.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal621392130.710.3500.16209.464.2653.92
Hex3E8BD54723010d14036
Octal762133251074302032110066
Binary11111010001011110101011000111100011010000110100011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,139,213); }

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

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

 a { background-color: rgb(62,139,213); }

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

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

 span { border-color: rgb(62,139,213); }

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