Html Css Color HEX #3C6FFB Royal Blue

📋 copy color: '#3C6FFB'

red 60 ◦ green 111 ◦ blue 251

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

Shades of Royal Blue #3C6FFB

Tints of Royal Blue #3C6FFB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.3%

 BLUE value IS 251 (98.44% from 255) = 59.48%

R = 14.22%
G = 26.3%
B = 59.48%

CMYK

 C value IS 0.76

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3C6FFB (or 0x3C6FFB) is known color: Royal Blue. HEX triplet: 3C, 6F and FB. RGB value is (60,111,251). Sum of RGB (Red+Green+Blue) = 60+111+251=422 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.22% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 251 (98.44% from 255 or 59.48% from 422); Max value from RGB is 251 - color contains mainly: blue. Hex color #3C6FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C6FFB is #C39004. Grayscale: #6F6F6F. Windows color (decimal): -12816389 or 16478012. OLE color: 16478012.

HSL color Cylindrical-coordinate representation of color #3C6FFB: hue angle of 223.98º degrees, saturation: 0.96, 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 #3C6FFB is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 60 111 251 -
CMYK 0.76 0.56 0 0.02
HSL 223.98º 0.96% 0.61% -
HSV(B) 223.98º 0.76% 0.98% -
XYZ 24.96 19.29 93.68 -
YUV 111.71 206.6 91.12 -
System Red Green Blue C M Y K H S L
Decimal 60 111 251 0.76 0.56 0 0.02 223.98 0.96 0.61
Hex 3C 6F FB 4C 38 0 2 E0 60 3D
Octal 74 157 373 114 70 0 2 340 140 75
Binary 111100 1101111 11111011 1001100 111000 0 10 11100000 1100000 111101

Color Harmonies of #3C6FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6FFB

Black with #3C6FFB

Text Example


Text Example

White with #3C6FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,111,251); }

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

background-color css

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

 a { background-color: rgb(60,111,251); }

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

border-color css

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

 span { border-color: rgb(60,111,251); }

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