Html Css Color HEX #3B76DB Royal Blue

📋 copy color: '#3B76DB'

red 59 ◦ green 118 ◦ blue 219

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

Shades of Royal Blue #3B76DB

Tints of Royal Blue #3B76DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.8%

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

R = 14.9%
G = 29.8%
B = 55.3%

CMYK

 C value IS 0.73

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3B76DB (or 0x3B76DB) is known color: Royal Blue. HEX triplet: 3B, 76 and DB. RGB value is (59,118,219). Sum of RGB (Red+Green+Blue) = 59+118+219=396 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.90% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B76DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B76DB is #C48924. Grayscale: #6F6F6F. Windows color (decimal): -12880165 or 14382651. OLE color: 14382651.

HSL color Cylindrical-coordinate representation of color #3B76DB: hue angle of 217.88º 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 #3B76DB is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 59 118 219 -
CMYK 0.73 0.46 0 0.14
HSL 217.88º 0.69% 0.55% -
HSV(B) 217.88º 0.73% 0.86% -
XYZ 21.07 19 69.58 -
YUV 111.87 188.45 90.29 -
System Red Green Blue C M Y K H S L
Decimal 59 118 219 0.73 0.46 0 0.14 217.88 0.69 0.55
Hex 3B 76 DB 49 2E 0 E DA 45 37
Octal 73 166 333 111 56 0 16 332 105 67
Binary 111011 1110110 11011011 1001001 101110 0 1110 11011010 1000101 110111

Color Harmonies of #3B76DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B76DB

Black with #3B76DB

Text Example


Text Example

White with #3B76DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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