Html Css Color HEX #3C6BFA Royal Blue

📋 copy color: '#3C6BFA'

red 60 ◦ green 107 ◦ blue 250

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

Shades of Royal Blue #3C6BFA

Tints of Royal Blue #3C6BFA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.66%

 BLUE value IS 250 (98.05% from 255) = 59.95%

R = 14.39%
G = 25.66%
B = 59.95%

CMYK

 C value IS 0.76

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3C6BFA (or 0x3C6BFA) is known color: Royal Blue. HEX triplet: 3C, 6B and FA. RGB value is (60,107,250). Sum of RGB (Red+Green+Blue) = 60+107+250=417 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.39% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #3C6BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C6BFA is #C39405. Grayscale: #6C6C6C. Windows color (decimal): -12817414 or 16411452. OLE color: 16411452.

HSL color Cylindrical-coordinate representation of color #3C6BFA: hue angle of 225.16º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C6BFA is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 60 107 250 -
CMYK 0.76 0.57 0 0.02
HSL 225.16º 0.95% 0.61% -
HSV(B) 225.16º 0.76% 0.98% -
XYZ 24.38 18.38 92.71 -
YUV 109.25 207.43 92.87 -
System Red Green Blue C M Y K H S L
Decimal 60 107 250 0.76 0.57 0 0.02 225.16 0.95 0.61
Hex 3C 6B FA 4C 39 0 2 E1 5F 3D
Octal 74 153 372 114 71 0 2 341 137 75
Binary 111100 1101011 11111010 1001100 111001 0 10 11100001 1011111 111101

Color Harmonies of #3C6BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6BFA

Black with #3C6BFA

Text Example


Text Example

White with #3C6BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,107,250); }

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

background-color css

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

 a { background-color: rgb(60,107,250); }

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

border-color css

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

 span { border-color: rgb(60,107,250); }

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