Html Css Color HEX #3368DB Royal Blue

📋 copy color: '#3368DB'

red 51 ◦ green 104 ◦ blue 219

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

Shades of Royal Blue #3368DB

Tints of Royal Blue #3368DB

RGB

 RED value IS 51 (20.31% from 255) = 13.64%

 GREEN value IS 104 (41.02% from 255) = 27.81%

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

R = 13.64%
G = 27.81%
B = 58.56%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3368DB (or 0x3368DB) is known color: Royal Blue. HEX triplet: 33, 68 and DB. RGB value is (51,104,219). Sum of RGB (Red+Green+Blue) = 51+104+219=374 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.64% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #3368DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3368DB is #CC9724. Grayscale: #646464. Windows color (decimal): -13408037 or 14379059. OLE color: 14379059.

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

Color convert

RGB 51 104 219 -
CMYK 0.77 0.53 0 0.14
HSL 221.07º 0.7% 0.53% -
HSV(B) 221.07º 0.77% 0.86% -
XYZ 19.1 15.72 69.05 -
YUV 101.26 194.44 92.15 -
System Red Green Blue C M Y K H S L
Decimal 51 104 219 0.77 0.53 0 0.14 221.07 0.7 0.53
Hex 33 68 DB 4D 35 0 E DD 46 35
Octal 63 150 333 115 65 0 16 335 106 65
Binary 110011 1101000 11011011 1001101 110101 0 1110 11011101 1000110 110101

Color Harmonies of #3368DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3368DB

Black with #3368DB

Text Example


Text Example

White with #3368DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,104,219); }

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

background-color css

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

 a { background-color: rgb(51,104,219); }

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

border-color css

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

 span { border-color: rgb(51,104,219); }

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