Html Css Color HEX #3A64FA Royal Blue

📋 copy color: '#3A64FA'

red 58 ◦ green 100 ◦ blue 250

#3A64FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #3A64FA

Tints of Royal Blue #3A64FA

RGB

 RED value IS 58 (23.05% from 255) = 14.22%

 GREEN value IS 100 (39.45% from 255) = 24.51%

 BLUE value IS 250 (98.05% from 255) = 61.27%

R = 14.22%
G = 24.51%
B = 61.27%

CMYK

 C value IS 0.77

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3A64FA (or 0x3A64FA) is known color: Royal Blue. HEX triplet: 3A, 64 and FA. RGB value is (58,100,250). Sum of RGB (Red+Green+Blue) = 58+100+250=408 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.22% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 250 (98.05% from 255 or 61.27% from 408); Max value from RGB is 250 - color contains mainly: blue. Hex color #3A64FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A64FA is #C59B05. Grayscale: #676767. Windows color (decimal): -12950278 or 16409658. OLE color: 16409658.

HSL color Cylindrical-coordinate representation of color #3A64FA: hue angle of 226.88º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A64FA is Cyan = 0.77, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 100 250 -
CMYK 0.77 0.6 0 0.02
HSL 226.88º 0.95% 0.6% -
HSV(B) 226.88º 0.77% 0.98% -
XYZ 23.56 16.92 92.47 -
YUV 104.54 210.09 94.8 -
System Red Green Blue C M Y K H S L
Decimal 58 100 250 0.77 0.6 0 0.02 226.88 0.95 0.6
Hex 3A 64 FA 4D 3C 0 2 E3 5F 3C
Octal 72 144 372 115 74 0 2 343 137 74
Binary 111010 1100100 11111010 1001101 111100 0 10 11100011 1011111 111100

Color Harmonies of #3A64FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A64FA

Black with #3A64FA

Text Example


Text Example

White with #3A64FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,100,250); }

 H1.HeaderClassName
 {
   color: #3A64FA;
 }
 .AnyTagClassName
 {
   color: #3A64FA;
 }
</style>

background-color css

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

 a { background-color: rgb(58,100,250); }

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

border-color css

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

 span { border-color: rgb(58,100,250); }

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