Html Css Color HEX #3B6CFF Royal Blue

📋 copy color: '#3B6CFF'

red 59 ◦ green 108 ◦ blue 255

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

Shades of Royal Blue #3B6CFF

Tints of Royal Blue #3B6CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.59%

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

R = 13.98%
G = 25.59%
B = 60.43%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3B6CFF (or 0x3B6CFF) is known color: Royal Blue. HEX triplet: 3B, 6C and FF. RGB value is (59,108,255). Sum of RGB (Red+Green+Blue) = 59+108+255=422 (55% of max value = 765). Red value is 59 (23.44% from 255 or 13.98% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #3B6CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B6CFF is #C49300. Grayscale: #6D6D6D. Windows color (decimal): -12882689 or 16739387. OLE color: 16739387.

HSL color Cylindrical-coordinate representation of color #3B6CFF: hue angle of 225º 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 #3B6CFF is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 59 108 255 -
CMYK 0.77 0.58 0 0
HSL 225º 1% 0.62% -
HSV(B) 225º 0.77% 1% -
XYZ 25.22 18.87 96.92 -
YUV 110.11 209.77 91.55 -
System Red Green Blue C M Y K H S L
Decimal 59 108 255 0.77 0.58 0 0 225 1 0.62
Hex 3B 6C FF 4D 3A 0 0 E1 64 3E
Octal 73 154 377 115 72 0 0 341 144 76
Binary 111011 1101100 11111111 1001101 111010 0 0 11100001 1100100 111110

Color Harmonies of #3B6CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6CFF

Black with #3B6CFF

Text Example


Text Example

White with #3B6CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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