#3E83B4

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

Shades of Curious Blue #3E83B4

Tints of Curious Blue #3E83B4

Color information

#3E83B4 (or 0x3E83B4) is unknown color: approx Curious Blue. HEX triplet: 3E, 83 and B4. RGB value is (62,131,180). Sum of RGB (Red+Green+Blue) = 62+131+180=373 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.62% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 180 (70.70% from 255 or 48.26% from 373); Max value from RGB is 180 - color contains mainly: blue. Hex color #3E83B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E83B4 is #C17C4B. Grayscale: #737373. Windows color (decimal): -12680268 or 11830078. OLE color: 11830078.

HSL color Cylindrical-coordinate representation of color #3E83B4: hue angle of 204.92º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E83B4 is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB62131180-
CMYK0.660.2700.29
HSL204.92º48.76%47.45%-
HSV(B)204.92º65.56%70.59%-
XYZ18.3420.5546.18-
YUV115.95164.1489.52-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.62%
GREEN value IS 131 (51.56% from 255) = 35.12%
BLUE value IS 180 (70.70% from 255) = 48.26%
R=16.62%
G=35.12%
B=48.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal621311800.660.2700.29204.9248.7647.45
Hex3E83B4421B01Dcd312f
Octal76203264102330353156157
Binary111110100000111011010010000101101101110111001101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E83B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,131,180); }

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

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

 a { background-color: rgb(62,131,180); }

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

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

 span { border-color: rgb(62,131,180); }

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