Html Css Color HEX #3385DE Royal Blue

📋 copy color: '#3385DE'

red 51 ◦ green 133 ◦ blue 222

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

Shades of Royal Blue #3385DE

Tints of Royal Blue #3385DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.68%

R = 12.56%
G = 32.76%
B = 54.68%

CMYK

 C value IS 0.77

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3385DE (or 0x3385DE) is known color: Royal Blue. HEX triplet: 33, 85 and DE. RGB value is (51,133,222). Sum of RGB (Red+Green+Blue) = 51+133+222=406 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.56% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 222 (87.11% from 255 or 54.68% from 406); Max value from RGB is 222 - color contains mainly: blue. Hex color #3385DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3385DE is #CC7A21. Grayscale: #767676. Windows color (decimal): -13400610 or 14583091. OLE color: 14583091.

HSL color Cylindrical-coordinate representation of color #3385DE: hue angle of 211.23º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3385DE is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 133 222 -
CMYK 0.77 0.40 0 0.13
HSL 211.23º 0.72% 0.54% -
HSV(B) 211.23º 0.77% 0.87% -
XYZ 22.94 22.75 72.29 -
YUV 118.63 186.33 79.76 -
System Red Green Blue C M Y K H S L
Decimal 51 133 222 0.77 0.40 0 0.13 211.23 0.72 0.54
Hex 33 85 DE 4D 28 0 D D3 48 36
Octal 63 205 336 115 50 0 15 323 110 66
Binary 110011 10000101 11011110 1001101 101000 0 1101 11010011 1001000 110110

Color Harmonies of #3385DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3385DE

Black with #3385DE

Text Example


Text Example

White with #3385DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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