Html Css Color HEX #3A62FB Royal Blue

📋 copy color: '#3A62FB'

red 58 ◦ green 98 ◦ blue 251

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

Shades of Royal Blue #3A62FB

Tints of Royal Blue #3A62FB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.08%

 BLUE value IS 251 (98.44% from 255) = 61.67%

R = 14.25%
G = 24.08%
B = 61.67%

CMYK

 C value IS 0.77

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3A62FB (or 0x3A62FB) is known color: Royal Blue. HEX triplet: 3A, 62 and FB. RGB value is (58,98,251). Sum of RGB (Red+Green+Blue) = 58+98+251=407 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.25% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 251 (98.44% from 255 or 61.67% from 407); Max value from RGB is 251 - color contains mainly: blue. Hex color #3A62FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A62FB is #C59D04. Grayscale: #666666. Windows color (decimal): -12950789 or 16474682. OLE color: 16474682.

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

Color convert

RGB 58 98 251 -
CMYK 0.77 0.61 0 0.02
HSL 227.56º 0.96% 0.61% -
HSV(B) 227.56º 0.77% 0.98% -
XYZ 23.53 16.6 93.23 -
YUV 103.48 211.25 95.56 -
System Red Green Blue C M Y K H S L
Decimal 58 98 251 0.77 0.61 0 0.02 227.56 0.96 0.61
Hex 3A 62 FB 4D 3D 0 2 E4 60 3D
Octal 72 142 373 115 75 0 2 344 140 75
Binary 111010 1100010 11111011 1001101 111101 0 10 11100100 1100000 111101

Color Harmonies of #3A62FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A62FB

Black with #3A62FB

Text Example


Text Example

White with #3A62FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,98,251); }

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

background-color css

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

 a { background-color: rgb(58,98,251); }

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

border-color css

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

 span { border-color: rgb(58,98,251); }

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