Html Css Color HEX #3B5BEB Royal Blue

📋 copy color: '#3B5BEB'

red 59 ◦ green 91 ◦ blue 235

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

Shades of Royal Blue #3B5BEB

Tints of Royal Blue #3B5BEB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.64%

 BLUE value IS 235 (92.19% from 255) = 61.04%

R = 15.32%
G = 23.64%
B = 61.04%

CMYK

 C value IS 0.75

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3B5BEB (or 0x3B5BEB) is known color: Royal Blue. HEX triplet: 3B, 5B and EB. RGB value is (59,91,235). Sum of RGB (Red+Green+Blue) = 59+91+235=385 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.32% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 235 (92.19% from 255 or 61.04% from 385); Max value from RGB is 235 - color contains mainly: blue. Hex color #3B5BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B5BEB is #C4A414. Grayscale: #616161. Windows color (decimal): -12887061 or 15424315. OLE color: 15424315.

HSL color Cylindrical-coordinate representation of color #3B5BEB: hue angle of 229.09º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B5BEB is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 59 91 235 -
CMYK 0.75 0.61 0 0.08
HSL 229.09º 0.81% 0.58% -
HSV(B) 229.09º 0.75% 0.92% -
XYZ 20.54 14.41 80.3 -
YUV 97.85 205.4 100.29 -
System Red Green Blue C M Y K H S L
Decimal 59 91 235 0.75 0.61 0 0.08 229.09 0.81 0.58
Hex 3B 5B EB 4B 3D 0 8 E5 51 3A
Octal 73 133 353 113 75 0 10 345 121 72
Binary 111011 1011011 11101011 1001011 111101 0 1000 11100101 1010001 111010

Color Harmonies of #3B5BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5BEB

Black with #3B5BEB

Text Example


Text Example

White with #3B5BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,91,235); }

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

background-color css

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

 a { background-color: rgb(59,91,235); }

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

border-color css

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

 span { border-color: rgb(59,91,235); }

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