Html Css Color HEX #3463DB Royal Blue

📋 copy color: '#3463DB'

red 52 ◦ green 99 ◦ blue 219

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

Shades of Royal Blue #3463DB

Tints of Royal Blue #3463DB

RGB

 RED value IS 52 (20.7% from 255) = 14.05%

 GREEN value IS 99 (39.06% from 255) = 26.76%

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

R = 14.05%
G = 26.76%
B = 59.19%

CMYK

 C value IS 0.76

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3463DB (or 0x3463DB) is known color: Royal Blue. HEX triplet: 34, 63 and DB. RGB value is (52,99,219). Sum of RGB (Red+Green+Blue) = 52+99+219=370 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.05% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #3463DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3463DB is #CB9C24. Grayscale: #626262. Windows color (decimal): -13343781 or 14377780. OLE color: 14377780.

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

Color convert

RGB 52 99 219 -
CMYK 0.76 0.55 0 0.14
HSL 223.11º 0.7% 0.53% -
HSV(B) 223.11º 0.76% 0.86% -
XYZ 18.66 14.77 68.88 -
YUV 98.63 195.93 94.74 -
System Red Green Blue C M Y K H S L
Decimal 52 99 219 0.76 0.55 0 0.14 223.11 0.7 0.53
Hex 34 63 DB 4C 37 0 E DF 46 35
Octal 64 143 333 114 67 0 16 337 106 65
Binary 110100 1100011 11011011 1001100 110111 0 1110 11011111 1000110 110101

Color Harmonies of #3463DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3463DB

Black with #3463DB

Text Example


Text Example

White with #3463DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,99,219); }

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

background-color css

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

 a { background-color: rgb(52,99,219); }

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

border-color css

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

 span { border-color: rgb(52,99,219); }

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