Html Css Color HEX #3B6EFF Royal Blue

📋 copy color: '#3B6EFF'

red 59 ◦ green 110 ◦ blue 255

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

Shades of Royal Blue #3B6EFF

Tints of Royal Blue #3B6EFF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.94%

 BLUE value IS 255 (100% from 255) = 60.14%

R = 13.92%
G = 25.94%
B = 60.14%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3B6EFF (or 0x3B6EFF) is known color: Royal Blue. HEX triplet: 3B, 6E and FF. RGB value is (59,110,255). Sum of RGB (Red+Green+Blue) = 59+110+255=424 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.92% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #3B6EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B6EFF is #C49100. Grayscale: #6E6E6E. Windows color (decimal): -12882177 or 16739899. OLE color: 16739899.

HSL color Cylindrical-coordinate representation of color #3B6EFF: hue angle of 224.39º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B6EFF is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 59 110 255 -
CMYK 0.77 0.57 0 0
HSL 224.39º 1% 0.62% -
HSV(B) 224.39º 0.77% 1% -
XYZ 25.43 19.3 96.99 -
YUV 111.28 209.1 90.71 -
System Red Green Blue C M Y K H S L
Decimal 59 110 255 0.77 0.57 0 0 224.39 1 0.62
Hex 3B 6E FF 4D 39 0 0 E0 64 3E
Octal 73 156 377 115 71 0 0 340 144 76
Binary 111011 1101110 11111111 1001101 111001 0 0 11100000 1100100 111110

Color Harmonies of #3B6EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6EFF

Black with #3B6EFF

Text Example


Text Example

White with #3B6EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,110,255); }

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

background-color css

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

 a { background-color: rgb(59,110,255); }

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

border-color css

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

 span { border-color: rgb(59,110,255); }

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