Html Css Color HEX #3B72E1 Royal Blue

📋 copy color: '#3B72E1'

red 59 ◦ green 114 ◦ blue 225

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

Shades of Royal Blue #3B72E1

Tints of Royal Blue #3B72E1

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.64%

 BLUE value IS 225 (88.28% from 255) = 56.53%

R = 14.82%
G = 28.64%
B = 56.53%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3B72E1 (or 0x3B72E1) is known color: Royal Blue. HEX triplet: 3B, 72 and E1. RGB value is (59,114,225). Sum of RGB (Red+Green+Blue) = 59+114+225=398 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.82% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 225 (88.28% from 255 or 56.53% from 398); Max value from RGB is 225 - color contains mainly: blue. Hex color #3B72E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B72E1 is #C48D1E. Grayscale: #6D6D6D. Windows color (decimal): -12881183 or 14774843. OLE color: 14774843.

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

Color convert

RGB 59 114 225 -
CMYK 0.74 0.49 0 0.12
HSL 220.12º 0.73% 0.56% -
HSV(B) 220.12º 0.74% 0.88% -
XYZ 21.41 18.4 73.66 -
YUV 110.21 192.78 91.47 -
System Red Green Blue C M Y K H S L
Decimal 59 114 225 0.74 0.49 0 0.12 220.12 0.73 0.56
Hex 3B 72 E1 4A 31 0 C DC 49 38
Octal 73 162 341 112 61 0 14 334 111 70
Binary 111011 1110010 11100001 1001010 110001 0 1100 11011100 1001001 111000

Color Harmonies of #3B72E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B72E1

Black with #3B72E1

Text Example


Text Example

White with #3B72E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,114,225); }

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

background-color css

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

 a { background-color: rgb(59,114,225); }

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

border-color css

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

 span { border-color: rgb(59,114,225); }

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