#3E7BCA

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

Shades of Curious Blue #3E7BCA

Tints of Curious Blue #3E7BCA

Color information

#3E7BCA (or 0x3E7BCA) is unknown color: approx Curious Blue. HEX triplet: 3E, 7B and CA. RGB value is (62,123,202). Sum of RGB (Red+Green+Blue) = 62+123+202=387 (51% of max value = 765). Red value is 62 (24.61% from 255 or 16.02% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #3E7BCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E7BCA is #C18435. Grayscale: #717171. Windows color (decimal): -12682294 or 13269822. OLE color: 13269822.

HSL color Cylindrical-coordinate representation of color #3E7BCA: hue angle of 213.86º 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 #3E7BCA is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB62123202-
CMYK0.690.3900.21
HSL213.86º56.91%51.76%-
HSV(B)213.86º69.31%79.22%-
XYZ19.7319.4558.59-
YUV113.77177.7991.08-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.02%
GREEN value IS 123 (48.44% from 255) = 31.78%
BLUE value IS 202 (79.30% from 255) = 52.20%
R=16.02%
G=31.78%
B=52.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal621232020.690.3900.21213.8656.9151.76
Hex3E7BCA4527015d63934
Octal76173312105470253267164
Binary111110111101111001010100010110011101010111010110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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