Html Css Color HEX #3462DB Royal Blue

📋 copy color: '#3462DB'

red 52 ◦ green 98 ◦ blue 219

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

Shades of Royal Blue #3462DB

Tints of Royal Blue #3462DB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.56%

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

R = 14.09%
G = 26.56%
B = 59.35%

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

#3462DB (or 0x3462DB) is known color: Royal Blue. HEX triplet: 34, 62 and DB. RGB value is (52,98,219). Sum of RGB (Red+Green+Blue) = 52+98+219=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #3462DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3462DB is #CB9D24. Grayscale: #616161. Windows color (decimal): -13344037 or 14377524. OLE color: 14377524.

HSL color Cylindrical-coordinate representation of color #3462DB: hue angle of 223.47º 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 #3462DB is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 98 219 -
CMYK 0.76 0.55 0 0.14
HSL 223.47º 0.7% 0.53% -
HSV(B) 223.47º 0.76% 0.86% -
XYZ 18.57 14.58 68.85 -
YUV 98.04 196.26 95.16 -
System Red Green Blue C M Y K H S L
Decimal 52 98 219 0.76 0.55 0 0.14 223.47 0.7 0.53
Hex 34 62 DB 4C 37 0 E DF 46 35
Octal 64 142 333 114 67 0 16 337 106 65
Binary 110100 1100010 11011011 1001100 110111 0 1110 11011111 1000110 110101

Color Harmonies of #3462DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3462DB

Black with #3462DB

Text Example


Text Example

White with #3462DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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