Html Css Color HEX #3374DD Royal Blue

📋 copy color: '#3374DD'

red 51 ◦ green 116 ◦ blue 221

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

Shades of Royal Blue #3374DD

Tints of Royal Blue #3374DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.96%

R = 13.14%
G = 29.9%
B = 56.96%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3374DD (or 0x3374DD) is known color: Royal Blue. HEX triplet: 33, 74 and DD. RGB value is (51,116,221). Sum of RGB (Red+Green+Blue) = 51+116+221=388 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.14% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #3374DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3374DD is #CC8B22. Grayscale: #6C6C6C. Windows color (decimal): -13404963 or 14513203. OLE color: 14513203.

HSL color Cylindrical-coordinate representation of color #3374DD: hue angle of 217.06º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3374DD is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 116 221 -
CMYK 0.77 0.48 0 0.13
HSL 217.06º 0.71% 0.53% -
HSV(B) 217.06º 0.77% 0.87% -
XYZ 20.66 18.42 70.87 -
YUV 108.54 191.47 86.96 -
System Red Green Blue C M Y K H S L
Decimal 51 116 221 0.77 0.48 0 0.13 217.06 0.71 0.53
Hex 33 74 DD 4D 30 0 D D9 47 35
Octal 63 164 335 115 60 0 15 331 107 65
Binary 110011 1110100 11011101 1001101 110000 0 1101 11011001 1000111 110101

Color Harmonies of #3374DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3374DD

Black with #3374DD

Text Example


Text Example

White with #3374DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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