Html Css Color HEX #3266DD Royal Blue

📋 copy color: '#3266DD'

red 50 ◦ green 102 ◦ blue 221

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

Shades of Royal Blue #3266DD

Tints of Royal Blue #3266DD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.35%

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

R = 13.4%
G = 27.35%
B = 59.25%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3266DD (or 0x3266DD) is known color: Royal Blue. HEX triplet: 32, 66 and DD. RGB value is (50,102,221). Sum of RGB (Red+Green+Blue) = 50+102+221=373 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.40% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #3266DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3266DD is #CD9922. Grayscale: #636363. Windows color (decimal): -13474083 or 14509618. OLE color: 14509618.

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

Color convert

RGB 50 102 221 -
CMYK 0.77 0.54 0 0.13
HSL 221.75º 0.72% 0.53% -
HSV(B) 221.75º 0.77% 0.87% -
XYZ 19.12 15.4 70.37 -
YUV 100.02 196.27 92.32 -
System Red Green Blue C M Y K H S L
Decimal 50 102 221 0.77 0.54 0 0.13 221.75 0.72 0.53
Hex 32 66 DD 4D 36 0 D DE 48 35
Octal 62 146 335 115 66 0 15 336 110 65
Binary 110010 1100110 11011101 1001101 110110 0 1101 11011110 1001000 110101

Color Harmonies of #3266DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3266DD

Black with #3266DD

Text Example


Text Example

White with #3266DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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