Html Css Color HEX #3B63D0 Royal Blue

📋 copy color: '#3B63D0'

red 59 ◦ green 99 ◦ blue 208

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

Shades of Royal Blue #3B63D0

Tints of Royal Blue #3B63D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 56.83%

R = 16.12%
G = 27.05%
B = 56.83%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3B63D0 (or 0x3B63D0) is known color: Royal Blue. HEX triplet: 3B, 63 and D0. RGB value is (59,99,208). Sum of RGB (Red+Green+Blue) = 59+99+208=366 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.12% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 208 (81.64% from 255 or 56.83% from 366); Max value from RGB is 208 - color contains mainly: blue. Hex color #3B63D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B63D0 is #C49C2F. Grayscale: #626262. Windows color (decimal): -12885040 or 13656891. OLE color: 13656891.

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

Color convert

RGB 59 99 208 -
CMYK 0.72 0.52 0 0.18
HSL 223.89º 0.61% 0.52% -
HSV(B) 223.89º 0.72% 0.82% -
XYZ 17.65 14.41 61.53 -
YUV 99.47 189.25 99.14 -
System Red Green Blue C M Y K H S L
Decimal 59 99 208 0.72 0.52 0 0.18 223.89 0.61 0.52
Hex 3B 63 D0 48 34 0 12 E0 3D 34
Octal 73 143 320 110 64 0 22 340 75 64
Binary 111011 1100011 11010000 1001000 110100 0 10010 11100000 111101 110100

Color Harmonies of #3B63D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B63D0

Black with #3B63D0

Text Example


Text Example

White with #3B63D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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