Html Css Color HEX #3374DB Royal Blue

📋 copy color: '#3374DB'

red 51 ◦ green 116 ◦ blue 219

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

Shades of Royal Blue #3374DB

Tints of Royal Blue #3374DB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.05%

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

R = 13.21%
G = 30.05%
B = 56.74%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3374DB (or 0x3374DB) is known color: Royal Blue. HEX triplet: 33, 74 and DB. RGB value is (51,116,219). Sum of RGB (Red+Green+Blue) = 51+116+219=386 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.21% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #3374DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3374DB is #CC8B24. Grayscale: #6B6B6B. Windows color (decimal): -13404965 or 14382131. OLE color: 14382131.

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

Color convert

RGB 51 116 219 -
CMYK 0.77 0.47 0 0.14
HSL 216.79º 0.7% 0.53% -
HSV(B) 216.79º 0.77% 0.86% -
XYZ 20.4 18.31 69.48 -
YUV 108.31 190.47 87.12 -
System Red Green Blue C M Y K H S L
Decimal 51 116 219 0.77 0.47 0 0.14 216.79 0.7 0.53
Hex 33 74 DB 4D 2F 0 E D9 46 35
Octal 63 164 333 115 57 0 16 331 106 65
Binary 110011 1110100 11011011 1001101 101111 0 1110 11011001 1000110 110101

Color Harmonies of #3374DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3374DB

Black with #3374DB

Text Example


Text Example

White with #3374DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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