#387AEA

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

Shades of Royal Blue #387AEA

Tints of Royal Blue #387AEA

Color information

#387AEA (or 0x387AEA) is unknown color: approx Royal Blue. HEX triplet: 38, 7A and EA. RGB value is (56,122,234). Sum of RGB (Red+Green+Blue) = 56+122+234=412 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.59% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #387AEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387AEA is #C78515. Grayscale: #727272. Windows color (decimal): -13075734 or 15366712. OLE color: 15366712.

HSL color Cylindrical-coordinate representation of color #387AEA: hue angle of 217.75º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #387AEA is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB56122234-
CMYK0.760.4800.08
HSL217.75º80.91%56.86%-
HSV(B)217.75º76.07%91.76%-
XYZ23.4420.780.6-
YUV115.03195.1385.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.59%
GREEN value IS 122 (48.05% from 255) = 29.61%
BLUE value IS 234 (91.80% from 255) = 56.80%
R=13.59%
G=29.61%
B=56.80%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal561222340.760.4800.08217.7580.9156.86
Hex387AEA4C3008da5139
Octal701723521146001033212171
Binary111000111101011101010100110011000001000110110101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387AEA; }

 p { color: rgb(56,122,234); }

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

<style>
 a { background-color: #387AEA; }

 a { background-color: rgb(56,122,234); }

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

<style>
 span { border-color: #387AEA; }

 span { border-color: rgb(56,122,234); }

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