#3B72D4

Color #3B72D4 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #3B72D4

Tints of Royal Blue #3B72D4

Color information

#3B72D4 (or 0x3B72D4) is unknown color: approx Royal Blue. HEX triplet: 3B, 72 and D4. RGB value is (59,114,212). Sum of RGB (Red+Green+Blue) = 59+114+212=385 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.32% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 212 (83.20% from 255 or 55.06% from 385); Max value from RGB is 212 - color contains mainly: blue. Hex color #3B72D4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B72D4 is #C48D2B. Grayscale: #6C6C6C. Windows color (decimal): -12881196 or 13922875. OLE color: 13922875.

HSL color Cylindrical-coordinate representation of color #3B72D4: hue angle of 218.43º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B72D4 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB59114212-
CMYK0.720.4600.17
HSL218.43º64.02%53.14%-
HSV(B)218.43º72.17%83.14%-
XYZ19.717.7264.67-
YUV108.73186.2892.53-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.32%
GREEN value IS 114 (44.92% from 255) = 29.61%
BLUE value IS 212 (83.20% from 255) = 55.06%
R=15.32%
G=29.61%
B=55.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal591142120.720.4600.17218.4364.0253.14
Hex3B72D4482E011da4035
Octal731623241105602133210065
Binary1110111110010110101001001000101110010001110110101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B72D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3B72D4;
 }
 .AnyTagClassName
 {
   color: #3B72D4;
 }
</style>
background-color css

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

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

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

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

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

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