#3A88E3

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

Shades of Royal Blue #3A88E3

Tints of Royal Blue #3A88E3

Color information

#3A88E3 (or 0x3A88E3) is unknown color: approx Royal Blue. HEX triplet: 3A, 88 and E3. RGB value is (58,136,227). Sum of RGB (Red+Green+Blue) = 58+136+227=421 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.78% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 227 (89.06% from 255 or 53.92% from 421); Max value from RGB is 227 - color contains mainly: blue. Hex color #3A88E3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A88E3 is #C5771C. Grayscale: #7A7A7A. Windows color (decimal): -12941085 or 14911546. OLE color: 14911546.

HSL color Cylindrical-coordinate representation of color #3A88E3: hue angle of 212.31º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A88E3 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB58136227-
CMYK0.740.4000.11
HSL212.31º75.11%55.88%-
HSV(B)212.31º74.45%89.02%-
XYZ24.4124.0576.03-
YUV123.05186.6681.6-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.78%
GREEN value IS 136 (53.52% from 255) = 32.30%
BLUE value IS 227 (89.06% from 255) = 53.92%
R=13.78%
G=32.30%
B=53.92%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal581362270.740.4000.11212.3175.1155.88
Hex3A88E34A280Bd44b38
Octal722103431125001332411370
Binary1110101000100011100011100101010100001011110101001001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A88E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,136,227); }

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

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

 a { background-color: rgb(58,136,227); }

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

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

 span { border-color: rgb(58,136,227); }

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