Html Css Color HEX #3064DB Royal Blue

📋 copy color: '#3064DB'

red 48 ◦ green 100 ◦ blue 219

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

Shades of Royal Blue #3064DB

Tints of Royal Blue #3064DB

RGB

 RED value IS 48 (19.14% from 255) = 13.08%

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

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

R = 13.08%
G = 27.25%
B = 59.67%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3064DB (or 0x3064DB) is known color: Royal Blue. HEX triplet: 30, 64 and DB. RGB value is (48,100,219). Sum of RGB (Red+Green+Blue) = 48+100+219=367 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.08% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #3064DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3064DB is #CF9B24. Grayscale: #616161. Windows color (decimal): -13605669 or 14378032. OLE color: 14378032.

HSL color Cylindrical-coordinate representation of color #3064DB: hue angle of 221.75º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3064DB is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 100 219 -
CMYK 0.78 0.54 0 0.14
HSL 221.75º 0.7% 0.52% -
HSV(B) 221.75º 0.78% 0.86% -
XYZ 18.56 14.86 68.91 -
YUV 98.02 196.27 92.32 -
System Red Green Blue C M Y K H S L
Decimal 48 100 219 0.78 0.54 0 0.14 221.75 0.7 0.52
Hex 30 64 DB 4E 36 0 E DE 46 34
Octal 60 144 333 116 66 0 16 336 106 64
Binary 110000 1100100 11011011 1001110 110110 0 1110 11011110 1000110 110100

Color Harmonies of #3064DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3064DB

Black with #3064DB

Text Example


Text Example

White with #3064DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3064DB; }

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

 H1.HeaderClassName
 {
   color: #3064DB;
 }
 .AnyTagClassName
 {
   color: #3064DB;
 }
</style>

background-color css

<style>
 a { background-color: #3064DB; }

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

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

border-color css

<style>
 span { border-color: #3064DB; }

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

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