#3B69EA

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

Shades of Royal Blue #3B69EA

Tints of Royal Blue #3B69EA

Color information

#3B69EA (or 0x3B69EA) is unknown color: approx Royal Blue. HEX triplet: 3B, 69 and EA. RGB value is (59,105,234). Sum of RGB (Red+Green+Blue) = 59+105+234=398 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.82% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #3B69EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B69EA is #C49615. Grayscale: #696969. Windows color (decimal): -12883478 or 15362363. OLE color: 15362363.

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

Color convert

RGB59105234-
CMYK0.750.5500.08
HSL224.23º80.65%57.45%-
HSV(B)224.23º74.79%91.76%-
XYZ21.7116.9779.97-
YUV105.95200.2694.51-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.82%
GREEN value IS 105 (41.41% from 255) = 26.38%
BLUE value IS 234 (91.80% from 255) = 58.79%
R=14.82%
G=26.38%
B=58.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal591052340.750.5500.08224.2380.6557.45
Hex3B69EA4B3708e05139
Octal731513521136701034012171
Binary111011110100111101010100101111011101000111000001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B69EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,105,234); }

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

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

 a { background-color: rgb(59,105,234); }

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

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

 span { border-color: rgb(59,105,234); }

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