Html Css Color HEX #3A64DB Royal Blue

📋 copy color: '#3A64DB'

red 58 ◦ green 100 ◦ blue 219

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

Shades of Royal Blue #3A64DB

Tints of Royal Blue #3A64DB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.53%

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

R = 15.38%
G = 26.53%
B = 58.09%

CMYK

 C value IS 0.74

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3A64DB (or 0x3A64DB) is known color: Royal Blue. HEX triplet: 3A, 64 and DB. RGB value is (58,100,219). Sum of RGB (Red+Green+Blue) = 58+100+219=377 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.38% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A64DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A64DB is #C59B24. Grayscale: #646464. Windows color (decimal): -12950309 or 14378042. OLE color: 14378042.

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

Color convert

RGB 58 100 219 -
CMYK 0.74 0.54 0 0.14
HSL 224.35º 0.69% 0.54% -
HSV(B) 224.35º 0.74% 0.86% -
XYZ 19.09 15.13 68.93 -
YUV 101.01 194.59 97.32 -
System Red Green Blue C M Y K H S L
Decimal 58 100 219 0.74 0.54 0 0.14 224.35 0.69 0.54
Hex 3A 64 DB 4A 36 0 E E0 45 36
Octal 72 144 333 112 66 0 16 340 105 66
Binary 111010 1100100 11011011 1001010 110110 0 1110 11100000 1000101 110110

Color Harmonies of #3A64DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A64DB

Black with #3A64DB

Text Example


Text Example

White with #3A64DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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