Html Css Color HEX #3264DB Royal Blue

📋 copy color: '#3264DB'

red 50 ◦ green 100 ◦ blue 219

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

Shades of Royal Blue #3264DB

Tints of Royal Blue #3264DB

RGB

 RED value IS 50 (19.92% from 255) = 13.55%

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

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

R = 13.55%
G = 27.1%
B = 59.35%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3264DB (or 0x3264DB) is known color: Royal Blue. HEX triplet: 32, 64 and DB. RGB value is (50,100,219). Sum of RGB (Red+Green+Blue) = 50+100+219=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 100 (39.45% from 255 or 27.10% 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 #3264DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3264DB is #CD9B24. Grayscale: #626262. Windows color (decimal): -13474597 or 14378034. OLE color: 14378034.

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

Color convert

RGB 50 100 219 -
CMYK 0.77 0.54 0 0.14
HSL 222.25º 0.7% 0.53% -
HSV(B) 222.25º 0.77% 0.86% -
XYZ 18.66 14.91 68.91 -
YUV 98.62 195.94 93.32 -
System Red Green Blue C M Y K H S L
Decimal 50 100 219 0.77 0.54 0 0.14 222.25 0.7 0.53
Hex 32 64 DB 4D 36 0 E DE 46 35
Octal 62 144 333 115 66 0 16 336 106 65
Binary 110010 1100100 11011011 1001101 110110 0 1110 11011110 1000110 110101

Color Harmonies of #3264DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3264DB

Black with #3264DB

Text Example


Text Example

White with #3264DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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