Html Css Color HEX #3B5ADD Royal Blue

📋 copy color: '#3B5ADD'

red 59 ◦ green 90 ◦ blue 221

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

Shades of Royal Blue #3B5ADD

Tints of Royal Blue #3B5ADD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.32%

 BLUE value IS 221 (86.72% from 255) = 59.73%

R = 15.95%
G = 24.32%
B = 59.73%

CMYK

 C value IS 0.73

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3B5ADD (or 0x3B5ADD) is known color: Royal Blue. HEX triplet: 3B, 5A and DD. RGB value is (59,90,221). Sum of RGB (Red+Green+Blue) = 59+90+221=370 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.95% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #3B5ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B5ADD is #C4A522. Grayscale: #5F5F5F. Windows color (decimal): -12887331 or 14506555. OLE color: 14506555.

HSL color Cylindrical-coordinate representation of color #3B5ADD: hue angle of 228.52º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B5ADD is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 59 90 221 -
CMYK 0.73 0.59 0 0.13
HSL 228.52º 0.7% 0.55% -
HSV(B) 228.52º 0.73% 0.87% -
XYZ 18.51 13.46 70.03 -
YUV 95.67 198.73 101.85 -
System Red Green Blue C M Y K H S L
Decimal 59 90 221 0.73 0.59 0 0.13 228.52 0.7 0.55
Hex 3B 5A DD 49 3B 0 D E5 46 37
Octal 73 132 335 111 73 0 15 345 106 67
Binary 111011 1011010 11011101 1001001 111011 0 1101 11100101 1000110 110111

Color Harmonies of #3B5ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5ADD

Black with #3B5ADD

Text Example


Text Example

White with #3B5ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,90,221); }

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

background-color css

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

 a { background-color: rgb(59,90,221); }

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

border-color css

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

 span { border-color: rgb(59,90,221); }

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