#3E83B1

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

Shades of Curious Blue #3E83B1

Tints of Curious Blue #3E83B1

Color information

#3E83B1 (or 0x3E83B1) is unknown color: approx Curious Blue. HEX triplet: 3E, 83 and B1. RGB value is (62,131,177). Sum of RGB (Red+Green+Blue) = 62+131+177=370 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.76% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 177 (69.53% from 255 or 47.84% from 370); Max value from RGB is 177 - color contains mainly: blue. Hex color #3E83B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E83B1 is #C17C4E. Grayscale: #737373. Windows color (decimal): -12680271 or 11633470. OLE color: 11633470.

HSL color Cylindrical-coordinate representation of color #3E83B1: hue angle of 204º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E83B1 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB62131177-
CMYK0.650.2600.31
HSL204º48.12%46.86%-
HSV(B)204º64.97%69.41%-
XYZ18.0420.4344.59-
YUV115.61162.6489.76-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.76%
GREEN value IS 131 (51.56% from 255) = 35.41%
BLUE value IS 177 (69.53% from 255) = 47.84%
R=16.76%
G=35.41%
B=47.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal621311770.650.2600.3120448.1246.86
Hex3E83B1411A01Fcc302f
Octal76203261101320373146057
Binary111110100000111011000110000011101001111111001100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E83B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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