Html Css Color HEX #3B5DDF Royal Blue

📋 copy color: '#3B5DDF'

red 59 ◦ green 93 ◦ blue 223

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

Shades of Royal Blue #3B5DDF

Tints of Royal Blue #3B5DDF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.8%

 BLUE value IS 223 (87.5% from 255) = 59.47%

R = 15.73%
G = 24.8%
B = 59.47%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3B5DDF (or 0x3B5DDF) is known color: Royal Blue. HEX triplet: 3B, 5D and DF. RGB value is (59,93,223). Sum of RGB (Red+Green+Blue) = 59+93+223=375 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.73% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #3B5DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B5DDF is #C4A220. Grayscale: #616161. Windows color (decimal): -12886561 or 14638395. OLE color: 14638395.

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

Color convert

RGB 59 93 223 -
CMYK 0.74 0.58 0 0.13
HSL 227.56º 0.72% 0.55% -
HSV(B) 227.56º 0.74% 0.87% -
XYZ 19.04 14.09 71.53 -
YUV 97.65 198.74 100.43 -
System Red Green Blue C M Y K H S L
Decimal 59 93 223 0.74 0.58 0 0.13 227.56 0.72 0.55
Hex 3B 5D DF 4A 3A 0 D E4 48 37
Octal 73 135 337 112 72 0 15 344 110 67
Binary 111011 1011101 11011111 1001010 111010 0 1101 11100100 1001000 110111

Color Harmonies of #3B5DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5DDF

Black with #3B5DDF

Text Example


Text Example

White with #3B5DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,93,223); }

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

background-color css

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

 a { background-color: rgb(59,93,223); }

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

border-color css

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

 span { border-color: rgb(59,93,223); }

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