Html Css Color HEX #3262DD Royal Blue

📋 copy color: '#3262DD'

red 50 ◦ green 98 ◦ blue 221

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

Shades of Royal Blue #3262DD

Tints of Royal Blue #3262DD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.56%

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

R = 13.55%
G = 26.56%
B = 59.89%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3262DD (or 0x3262DD) is known color: Royal Blue. HEX triplet: 32, 62 and DD. RGB value is (50,98,221). Sum of RGB (Red+Green+Blue) = 50+98+221=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #3262DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3262DD is #CD9D22. Grayscale: #616161. Windows color (decimal): -13475107 or 14508594. OLE color: 14508594.

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

Color convert

RGB 50 98 221 -
CMYK 0.77 0.56 0 0.13
HSL 223.16º 0.72% 0.53% -
HSV(B) 223.16º 0.77% 0.87% -
XYZ 18.73 14.63 70.24 -
YUV 97.67 197.6 94 -
System Red Green Blue C M Y K H S L
Decimal 50 98 221 0.77 0.56 0 0.13 223.16 0.72 0.53
Hex 32 62 DD 4D 38 0 D DF 48 35
Octal 62 142 335 115 70 0 15 337 110 65
Binary 110010 1100010 11011101 1001101 111000 0 1101 11011111 1001000 110101

Color Harmonies of #3262DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3262DD

Black with #3262DD

Text Example


Text Example

White with #3262DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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