Html Css Color HEX #3A74DB Royal Blue

📋 copy color: '#3A74DB'

red 58 ◦ green 116 ◦ blue 219

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

Shades of Royal Blue #3A74DB

Tints of Royal Blue #3A74DB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.52%

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

R = 14.76%
G = 29.52%
B = 55.73%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3A74DB (or 0x3A74DB) is known color: Royal Blue. HEX triplet: 3A, 74 and DB. RGB value is (58,116,219). Sum of RGB (Red+Green+Blue) = 58+116+219=393 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.76% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A74DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A74DB is #C58B24. Grayscale: #6D6D6D. Windows color (decimal): -12946213 or 14382138. OLE color: 14382138.

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

Color convert

RGB 58 116 219 -
CMYK 0.74 0.47 0 0.14
HSL 218.39º 0.69% 0.54% -
HSV(B) 218.39º 0.74% 0.86% -
XYZ 20.78 18.5 69.49 -
YUV 110.4 189.28 90.62 -
System Red Green Blue C M Y K H S L
Decimal 58 116 219 0.74 0.47 0 0.14 218.39 0.69 0.54
Hex 3A 74 DB 4A 2F 0 E DA 45 36
Octal 72 164 333 112 57 0 16 332 105 66
Binary 111010 1110100 11011011 1001010 101111 0 1110 11011010 1000101 110110

Color Harmonies of #3A74DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A74DB

Black with #3A74DB

Text Example


Text Example

White with #3A74DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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