Html Css Color HEX #3283DD Royal Blue

📋 copy color: '#3283DD'

red 50 ◦ green 131 ◦ blue 221

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

Shades of Royal Blue #3283DD

Tints of Royal Blue #3283DD

RGB

 RED value IS 50 (19.92% from 255) = 12.44%

 GREEN value IS 131 (51.56% from 255) = 32.59%

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

R = 12.44%
G = 32.59%
B = 54.98%

CMYK

 C value IS 0.77

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3283DD (or 0x3283DD) is known color: Royal Blue. HEX triplet: 32, 83 and DD. RGB value is (50,131,221). Sum of RGB (Red+Green+Blue) = 50+131+221=402 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.44% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #3283DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3283DD is #CD7C22. Grayscale: #747474. Windows color (decimal): -13466659 or 14517042. OLE color: 14517042.

HSL color Cylindrical-coordinate representation of color #3283DD: hue angle of 211.58º degrees, saturation: 0.72, 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 #3283DD is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 131 221 -
CMYK 0.77 0.41 0 0.13
HSL 211.58º 0.72% 0.53% -
HSV(B) 211.58º 0.77% 0.87% -
XYZ 22.48 22.13 71.49 -
YUV 117.04 186.66 80.18 -
System Red Green Blue C M Y K H S L
Decimal 50 131 221 0.77 0.41 0 0.13 211.58 0.72 0.53
Hex 32 83 DD 4D 29 0 D D4 48 35
Octal 62 203 335 115 51 0 15 324 110 65
Binary 110010 10000011 11011101 1001101 101001 0 1101 11010100 1001000 110101

Color Harmonies of #3283DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3283DD

Black with #3283DD

Text Example


Text Example

White with #3283DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,131,221); }

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

background-color css

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

 a { background-color: rgb(50,131,221); }

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

border-color css

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

 span { border-color: rgb(50,131,221); }

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