Html Css Color HEX #3A78DB Royal Blue

📋 copy color: '#3A78DB'

red 58 ◦ green 120 ◦ blue 219

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

Shades of Royal Blue #3A78DB

Tints of Royal Blue #3A78DB

RGB

 RED value IS 58 (23.05% from 255) = 14.61%

 GREEN value IS 120 (47.27% from 255) = 30.23%

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

R = 14.61%
G = 30.23%
B = 55.16%

CMYK

 C value IS 0.74

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3A78DB (or 0x3A78DB) is known color: Royal Blue. HEX triplet: 3A, 78 and DB. RGB value is (58,120,219). Sum of RGB (Red+Green+Blue) = 58+120+219=397 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.61% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A78DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A78DB is #C58724. Grayscale: #707070. Windows color (decimal): -12945189 or 14383162. OLE color: 14383162.

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

Color convert

RGB 58 120 219 -
CMYK 0.74 0.45 0 0.14
HSL 216.89º 0.69% 0.54% -
HSV(B) 216.89º 0.74% 0.86% -
XYZ 21.25 19.45 69.65 -
YUV 112.75 187.96 88.95 -
System Red Green Blue C M Y K H S L
Decimal 58 120 219 0.74 0.45 0 0.14 216.89 0.69 0.54
Hex 3A 78 DB 4A 2D 0 E D9 45 36
Octal 72 170 333 112 55 0 16 331 105 66
Binary 111010 1111000 11011011 1001010 101101 0 1110 11011001 1000101 110110

Color Harmonies of #3A78DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A78DB

Black with #3A78DB

Text Example


Text Example

White with #3A78DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,120,219); }

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

background-color css

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

 a { background-color: rgb(58,120,219); }

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

border-color css

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

 span { border-color: rgb(58,120,219); }

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