Html Css Color HEX #3C6AF1 Royal Blue

📋 copy color: '#3C6AF1'

red 60 ◦ green 106 ◦ blue 241

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

Shades of Royal Blue #3C6AF1

Tints of Royal Blue #3C6AF1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.04%

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

R = 14.74%
G = 26.04%
B = 59.21%

CMYK

 C value IS 0.75

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3C6AF1 (or 0x3C6AF1) is known color: Royal Blue. HEX triplet: 3C, 6A and F1. RGB value is (60,106,241). Sum of RGB (Red+Green+Blue) = 60+106+241=407 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.74% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 241 (94.53% from 255 or 59.21% from 407); Max value from RGB is 241 - color contains mainly: blue. Hex color #3C6AF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C6AF1 is #C3950E. Grayscale: #6B6B6B. Windows color (decimal): -12817679 or 15821372. OLE color: 15821372.

HSL color Cylindrical-coordinate representation of color #3C6AF1: hue angle of 224.75º 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 #3C6AF1 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 60 106 241 -
CMYK 0.75 0.56 0 0.05
HSL 224.75º 0.87% 0.59% -
HSV(B) 224.75º 0.75% 0.95% -
XYZ 22.89 17.62 85.41 -
YUV 107.64 203.26 94.02 -
System Red Green Blue C M Y K H S L
Decimal 60 106 241 0.75 0.56 0 0.05 224.75 0.87 0.59
Hex 3C 6A F1 4B 38 0 5 E1 57 3B
Octal 74 152 361 113 70 0 5 341 127 73
Binary 111100 1101010 11110001 1001011 111000 0 101 11100001 1010111 111011

Color Harmonies of #3C6AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6AF1

Black with #3C6AF1

Text Example


Text Example

White with #3C6AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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