Html Css Color HEX #3B7DDB Royal Blue

📋 copy color: '#3B7DDB'

red 59 ◦ green 125 ◦ blue 219

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

Shades of Royal Blue #3B7DDB

Tints of Royal Blue #3B7DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.02%

 BLUE value IS 219 (85.94% from 255) = 54.34%

R = 14.64%
G = 31.02%
B = 54.34%

CMYK

 C value IS 0.73

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3B7DDB (or 0x3B7DDB) is known color: Royal Blue. HEX triplet: 3B, 7D and DB. RGB value is (59,125,219). Sum of RGB (Red+Green+Blue) = 59+125+219=403 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.64% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B7DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7DDB is #C48224. Grayscale: #737373. Windows color (decimal): -12878373 or 14384443. OLE color: 14384443.

HSL color Cylindrical-coordinate representation of color #3B7DDB: hue angle of 215.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B7DDB is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 59 125 219 -
CMYK 0.73 0.43 0 0.14
HSL 215.25º 0.69% 0.55% -
HSV(B) 215.25º 0.73% 0.86% -
XYZ 21.92 20.71 69.86 -
YUV 115.98 186.13 87.36 -
System Red Green Blue C M Y K H S L
Decimal 59 125 219 0.73 0.43 0 0.14 215.25 0.69 0.55
Hex 3B 7D DB 49 2B 0 E D7 45 37
Octal 73 175 333 111 53 0 16 327 105 67
Binary 111011 1111101 11011011 1001001 101011 0 1110 11010111 1000101 110111

Color Harmonies of #3B7DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7DDB

Black with #3B7DDB

Text Example


Text Example

White with #3B7DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,125,219); }

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

background-color css

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

 a { background-color: rgb(59,125,219); }

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

border-color css

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

 span { border-color: rgb(59,125,219); }

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