Html Css Color HEX #3A63D2 Royal Blue

📋 copy color: '#3A63D2'

red 58 ◦ green 99 ◦ blue 210

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

Shades of Royal Blue #3A63D2

Tints of Royal Blue #3A63D2

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.98%

 BLUE value IS 210 (82.42% from 255) = 57.22%

R = 15.8%
G = 26.98%
B = 57.22%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3A63D2 (or 0x3A63D2) is known color: Royal Blue. HEX triplet: 3A, 63 and D2. RGB value is (58,99,210). Sum of RGB (Red+Green+Blue) = 58+99+210=367 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.80% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 210 (82.42% from 255 or 57.22% from 367); Max value from RGB is 210 - color contains mainly: blue. Hex color #3A63D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A63D2 is #C59C2D. Grayscale: #626262. Windows color (decimal): -12950574 or 13787962. OLE color: 13787962.

HSL color Cylindrical-coordinate representation of color #3A63D2: hue angle of 223.82º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A63D2 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 58 99 210 -
CMYK 0.72 0.53 0 0.18
HSL 223.82º 0.63% 0.53% -
HSV(B) 223.82º 0.72% 0.82% -
XYZ 17.84 14.48 62.83 -
YUV 99.4 190.42 98.47 -
System Red Green Blue C M Y K H S L
Decimal 58 99 210 0.72 0.53 0 0.18 223.82 0.63 0.53
Hex 3A 63 D2 48 35 0 12 E0 3F 35
Octal 72 143 322 110 65 0 22 340 77 65
Binary 111010 1100011 11010010 1001000 110101 0 10010 11100000 111111 110101

Color Harmonies of #3A63D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A63D2

Black with #3A63D2

Text Example


Text Example

White with #3A63D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,99,210); }

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

background-color css

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

 a { background-color: rgb(58,99,210); }

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

border-color css

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

 span { border-color: rgb(58,99,210); }

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