Html Css Color HEX #3A68FA Royal Blue

📋 copy color: '#3A68FA'

red 58 ◦ green 104 ◦ blue 250

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

Shades of Royal Blue #3A68FA

Tints of Royal Blue #3A68FA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.24%

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

R = 14.08%
G = 25.24%
B = 60.68%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3A68FA (or 0x3A68FA) is known color: Royal Blue. HEX triplet: 3A, 68 and FA. RGB value is (58,104,250). Sum of RGB (Red+Green+Blue) = 58+104+250=412 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.08% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #3A68FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A68FA is #C59705. Grayscale: #6A6A6A. Windows color (decimal): -12949254 or 16410682. OLE color: 16410682.

HSL color Cylindrical-coordinate representation of color #3A68FA: hue angle of 225.62º 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 #3A68FA is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 104 250 -
CMYK 0.77 0.58 0 0.02
HSL 225.63º 0.95% 0.6% -
HSV(B) 225.63º 0.77% 0.98% -
XYZ 23.95 17.7 92.6 -
YUV 106.89 208.76 93.13 -
System Red Green Blue C M Y K H S L
Decimal 58 104 250 0.77 0.58 0 0.02 225.63 0.95 0.6
Hex 3A 68 FA 4D 3A 0 2 E2 5F 3C
Octal 72 150 372 115 72 0 2 342 137 74
Binary 111010 1101000 11111010 1001101 111010 0 10 11100010 1011111 111100

Color Harmonies of #3A68FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A68FA

Black with #3A68FA

Text Example


Text Example

White with #3A68FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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