Html Css Color HEX #3B6BFC Royal Blue

📋 copy color: '#3B6BFC'

red 59 ◦ green 107 ◦ blue 252

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

Shades of Royal Blue #3B6BFC

Tints of Royal Blue #3B6BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 60.29%

R = 14.11%
G = 25.6%
B = 60.29%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3B6BFC (or 0x3B6BFC) is known color: Royal Blue. HEX triplet: 3B, 6B and FC. RGB value is (59,107,252). Sum of RGB (Red+Green+Blue) = 59+107+252=418 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.11% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 252 (98.83% from 255 or 60.29% from 418); Max value from RGB is 252 - color contains mainly: blue. Hex color #3B6BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B6BFC is #C49403. Grayscale: #6C6C6C. Windows color (decimal): -12882948 or 16542523. OLE color: 16542523.

HSL color Cylindrical-coordinate representation of color #3B6BFC: hue angle of 225.08º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B6BFC is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 59 107 252 -
CMYK 0.77 0.58 0 0.01
HSL 225.08º 0.97% 0.61% -
HSV(B) 225.08º 0.77% 0.99% -
XYZ 24.63 18.47 94.36 -
YUV 109.18 208.6 92.21 -
System Red Green Blue C M Y K H S L
Decimal 59 107 252 0.77 0.58 0 0.01 225.08 0.97 0.61
Hex 3B 6B FC 4D 3A 0 1 E1 61 3D
Octal 73 153 374 115 72 0 1 341 141 75
Binary 111011 1101011 11111100 1001101 111010 0 1 11100001 1100001 111101

Color Harmonies of #3B6BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6BFC

Black with #3B6BFC

Text Example


Text Example

White with #3B6BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,107,252); }

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

background-color css

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

 a { background-color: rgb(59,107,252); }

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

border-color css

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

 span { border-color: rgb(59,107,252); }

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