Html Css Color HEX #3B6EE0 Royal Blue

📋 copy color: '#3B6EE0'

red 59 ◦ green 110 ◦ blue 224

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

Shades of Royal Blue #3B6EE0

Tints of Royal Blue #3B6EE0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.99%

 BLUE value IS 224 (87.89% from 255) = 57%

R = 15.01%
G = 27.99%
B = 57%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3B6EE0 (or 0x3B6EE0) is known color: Royal Blue. HEX triplet: 3B, 6E and E0. RGB value is (59,110,224). Sum of RGB (Red+Green+Blue) = 59+110+224=393 (52% of max value = 765). Red value is 59 (23.44% from 255 or 15.01% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 224 (87.89% from 255 or 57.00% from 393); Max value from RGB is 224 - color contains mainly: blue. Hex color #3B6EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B6EE0 is #C4911F. Grayscale: #6B6B6B. Windows color (decimal): -12882208 or 14708283. OLE color: 14708283.

HSL color Cylindrical-coordinate representation of color #3B6EE0: hue angle of 221.45º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B6EE0 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 59 110 224 -
CMYK 0.74 0.51 0 0.12
HSL 221.45º 0.73% 0.55% -
HSV(B) 221.45º 0.74% 0.88% -
XYZ 20.83 17.46 72.79 -
YUV 107.75 193.6 93.23 -
System Red Green Blue C M Y K H S L
Decimal 59 110 224 0.74 0.51 0 0.12 221.45 0.73 0.55
Hex 3B 6E E0 4A 33 0 C DD 49 37
Octal 73 156 340 112 63 0 14 335 111 67
Binary 111011 1101110 11100000 1001010 110011 0 1100 11011101 1001001 110111

Color Harmonies of #3B6EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6EE0

Black with #3B6EE0

Text Example


Text Example

White with #3B6EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,110,224); }

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

background-color css

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

 a { background-color: rgb(59,110,224); }

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

border-color css

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

 span { border-color: rgb(59,110,224); }

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