Html Css Color HEX #3385DC Royal Blue

📋 copy color: '#3385DC'

red 51 ◦ green 133 ◦ blue 220

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

Shades of Royal Blue #3385DC

Tints of Royal Blue #3385DC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.92%

 BLUE value IS 220 (86.33% from 255) = 54.46%

R = 12.62%
G = 32.92%
B = 54.46%

CMYK

 C value IS 0.77

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3385DC (or 0x3385DC) is known color: Royal Blue. HEX triplet: 33, 85 and DC. RGB value is (51,133,220). Sum of RGB (Red+Green+Blue) = 51+133+220=404 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.62% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #3385DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3385DC is #CC7A23. Grayscale: #757575. Windows color (decimal): -13400612 or 14452019. OLE color: 14452019.

HSL color Cylindrical-coordinate representation of color #3385DC: hue angle of 210.89º degrees, saturation: 0.71, 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 #3385DC is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 133 220 -
CMYK 0.77 0.40 0 0.14
HSL 210.89º 0.71% 0.53% -
HSV(B) 210.89º 0.77% 0.86% -
XYZ 22.67 22.65 70.89 -
YUV 118.4 185.33 79.93 -
System Red Green Blue C M Y K H S L
Decimal 51 133 220 0.77 0.40 0 0.14 210.89 0.71 0.53
Hex 33 85 DC 4D 28 0 E D3 47 35
Octal 63 205 334 115 50 0 16 323 107 65
Binary 110011 10000101 11011100 1001101 101000 0 1110 11010011 1000111 110101

Color Harmonies of #3385DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3385DC

Black with #3385DC

Text Example


Text Example

White with #3385DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3385DC; }

 p { color: rgb(51,133,220); }

 H1.HeaderClassName
 {
   color: #3385DC;
 }
 .AnyTagClassName
 {
   color: #3385DC;
 }
</style>

background-color css

<style>
 a { background-color: #3385DC; }

 a { background-color: rgb(51,133,220); }

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

border-color css

<style>
 span { border-color: #3385DC; }

 span { border-color: rgb(51,133,220); }

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