Html Css Color HEX #3A63DC Royal Blue

📋 copy color: '#3A63DC'

red 58 ◦ green 99 ◦ blue 220

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

Shades of Royal Blue #3A63DC

Tints of Royal Blue #3A63DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.36%

R = 15.38%
G = 26.26%
B = 58.36%

CMYK

 C value IS 0.74

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3A63DC (or 0x3A63DC) is known color: Royal Blue. HEX triplet: 3A, 63 and DC. RGB value is (58,99,220). Sum of RGB (Red+Green+Blue) = 58+99+220=377 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.38% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #3A63DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A63DC is #C59C23. Grayscale: #646464. Windows color (decimal): -12950564 or 14443322. OLE color: 14443322.

HSL color Cylindrical-coordinate representation of color #3A63DC: hue angle of 224.81º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A63DC is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 99 220 -
CMYK 0.74 0.55 0 0.14
HSL 224.81º 0.7% 0.55% -
HSV(B) 224.81º 0.74% 0.86% -
XYZ 19.13 14.99 69.6 -
YUV 100.54 195.42 97.66 -
System Red Green Blue C M Y K H S L
Decimal 58 99 220 0.74 0.55 0 0.14 224.81 0.7 0.55
Hex 3A 63 DC 4A 37 0 E E1 46 37
Octal 72 143 334 112 67 0 16 341 106 67
Binary 111010 1100011 11011100 1001010 110111 0 1110 11100001 1000110 110111

Color Harmonies of #3A63DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A63DC

Black with #3A63DC

Text Example


Text Example

White with #3A63DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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