#3A68FF

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

Shades of Royal Blue #3A68FF

Tints of Royal Blue #3A68FF

Color information

#3A68FF (or 0x3A68FF) is unknown color: approx Royal Blue. HEX triplet: 3A, 68 and FF. RGB value is (58,104,255). Sum of RGB (Red+Green+Blue) = 58+104+255=417 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.91% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #3A68FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A68FF is #C59700. Grayscale: #6A6A6A. Windows color (decimal): -12949249 or 16738362. OLE color: 16738362.

HSL color Cylindrical-coordinate representation of color #3A68FF: hue angle of 225.99º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A68FF is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB58104255-
CMYK0.770.5900
HSL225.99º100%61.37%-
HSV(B)225.99º77.25%100%-
XYZ24.7518.0296.78-
YUV107.46211.2692.72-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.91%
GREEN value IS 104 (41.02% from 255) = 24.94%
BLUE value IS 255 (100% from 255) = 61.15%
R=13.91%
G=24.94%
B=61.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal581042550.770.5900225.9910061.37
Hex3A68FF4D3B00e2643d
Octal72150377115730034214475
Binary111010110100011111111100110111101100111000101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A68FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,104,255); }

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

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

 a { background-color: rgb(58,104,255); }

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

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

 span { border-color: rgb(58,104,255); }

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