Html Css Color HEX #3A62EB Royal Blue

📋 copy color: '#3A62EB'

red 58 ◦ green 98 ◦ blue 235

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

Shades of Royal Blue #3A62EB

Tints of Royal Blue #3A62EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 60.1%

R = 14.83%
G = 25.06%
B = 60.1%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3A62EB (or 0x3A62EB) is known color: Royal Blue. HEX triplet: 3A, 62 and EB. RGB value is (58,98,235). Sum of RGB (Red+Green+Blue) = 58+98+235=391 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.83% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 235 (92.19% from 255 or 60.10% from 391); Max value from RGB is 235 - color contains mainly: blue. Hex color #3A62EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A62EB is #C59D14. Grayscale: #656565. Windows color (decimal): -12950805 or 15426106. OLE color: 15426106.

HSL color Cylindrical-coordinate representation of color #3A62EB: hue angle of 226.44º degrees, saturation: 0.82, 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 #3A62EB is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 58 98 235 -
CMYK 0.75 0.58 0 0.08
HSL 226.44º 0.82% 0.57% -
HSV(B) 226.44º 0.75% 0.92% -
XYZ 21.11 15.63 80.5 -
YUV 101.66 203.25 96.86 -
System Red Green Blue C M Y K H S L
Decimal 58 98 235 0.75 0.58 0 0.08 226.44 0.82 0.57
Hex 3A 62 EB 4B 3A 0 8 E2 52 39
Octal 72 142 353 113 72 0 10 342 122 71
Binary 111010 1100010 11101011 1001011 111010 0 1000 11100010 1010010 111001

Color Harmonies of #3A62EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A62EB

Black with #3A62EB

Text Example


Text Example

White with #3A62EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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