Html Css Color HEX #3B63DC Royal Blue

📋 copy color: '#3B63DC'

red 59 ◦ green 99 ◦ blue 220

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

Shades of Royal Blue #3B63DC

Tints of Royal Blue #3B63DC

RGB

 RED value IS 59 (23.44% from 255) = 15.61%

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

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

R = 15.61%
G = 26.19%
B = 58.2%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3B63DC (or 0x3B63DC) is known color: Royal Blue. HEX triplet: 3B, 63 and DC. RGB value is (59,99,220). Sum of RGB (Red+Green+Blue) = 59+99+220=378 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.61% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #3B63DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B63DC is #C49C23. Grayscale: #646464. Windows color (decimal): -12885028 or 14443323. OLE color: 14443323.

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

Color convert

RGB 59 99 220 -
CMYK 0.73 0.55 0 0.14
HSL 225.09º 0.7% 0.55% -
HSV(B) 225.09º 0.73% 0.86% -
XYZ 19.18 15.02 69.6 -
YUV 100.83 195.25 98.16 -
System Red Green Blue C M Y K H S L
Decimal 59 99 220 0.73 0.55 0 0.14 225.09 0.7 0.55
Hex 3B 63 DC 49 37 0 E E1 46 37
Octal 73 143 334 111 67 0 16 341 106 67
Binary 111011 1100011 11011100 1001001 110111 0 1110 11100001 1000110 110111

Color Harmonies of #3B63DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B63DC

Black with #3B63DC

Text Example


Text Example

White with #3B63DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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