Html Css Color HEX #3C63F1 Royal Blue

📋 copy color: '#3C63F1'

red 60 ◦ green 99 ◦ blue 241

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

Shades of Royal Blue #3C63F1

Tints of Royal Blue #3C63F1

RGB

 RED value IS 60 (23.83% from 255) = 15%

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

 BLUE value IS 241 (94.53% from 255) = 60.25%

R = 15%
G = 24.75%
B = 60.25%

CMYK

 C value IS 0.75

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3C63F1 (or 0x3C63F1) is known color: Royal Blue. HEX triplet: 3C, 63 and F1. RGB value is (60,99,241). Sum of RGB (Red+Green+Blue) = 60+99+241=400 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 241 (94.53% from 255 or 60.25% from 400); Max value from RGB is 241 - color contains mainly: blue. Hex color #3C63F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C63F1 is #C39C0E. Grayscale: #666666. Windows color (decimal): -12819471 or 15819580. OLE color: 15819580.

HSL color Cylindrical-coordinate representation of color #3C63F1: hue angle of 227.07º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C63F1 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 60 99 241 -
CMYK 0.75 0.59 0 0.05
HSL 227.07º 0.87% 0.59% -
HSV(B) 227.07º 0.75% 0.95% -
XYZ 22.2 16.24 85.18 -
YUV 103.53 205.58 96.95 -
System Red Green Blue C M Y K H S L
Decimal 60 99 241 0.75 0.59 0 0.05 227.07 0.87 0.59
Hex 3C 63 F1 4B 3B 0 5 E3 57 3B
Octal 74 143 361 113 73 0 5 343 127 73
Binary 111100 1100011 11110001 1001011 111011 0 101 11100011 1010111 111011

Color Harmonies of #3C63F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C63F1

Black with #3C63F1

Text Example


Text Example

White with #3C63F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,99,241); }

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

background-color css

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

 a { background-color: rgb(60,99,241); }

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

border-color css

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

 span { border-color: rgb(60,99,241); }

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