Html Css Color HEX #3271CA Royal Blue

📋 copy color: '#3271CA'

red 50 ◦ green 113 ◦ blue 202

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

Shades of Royal Blue #3271CA

Tints of Royal Blue #3271CA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.96%

 BLUE value IS 202 (79.3% from 255) = 55.34%

R = 13.7%
G = 30.96%
B = 55.34%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3271CA (or 0x3271CA) is known color: Royal Blue. HEX triplet: 32, 71 and CA. RGB value is (50,113,202). Sum of RGB (Red+Green+Blue) = 50+113+202=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #3271CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3271CA is #CD8E35. Grayscale: #676767. Windows color (decimal): -13471286 or 13267250. OLE color: 13267250.

HSL color Cylindrical-coordinate representation of color #3271CA: hue angle of 215.13º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3271CA is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 50 113 202 -
CMYK 0.75 0.44 0 0.21
HSL 215.13º 0.6% 0.49% -
HSV(B) 215.13º 0.75% 0.79% -
XYZ 17.88 16.75 58.17 -
YUV 104.31 183.13 89.26 -
System Red Green Blue C M Y K H S L
Decimal 50 113 202 0.75 0.44 0 0.21 215.13 0.6 0.49
Hex 32 71 CA 4B 2C 0 15 D7 3C 31
Octal 62 161 312 113 54 0 25 327 74 61
Binary 110010 1110001 11001010 1001011 101100 0 10101 11010111 111100 110001

Color Harmonies of #3271CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3271CA

Black with #3271CA

Text Example


Text Example

White with #3271CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3271CA; }

 p { color: rgb(50,113,202); }

 H1.HeaderClassName
 {
   color: #3271CA;
 }
 .AnyTagClassName
 {
   color: #3271CA;
 }
</style>

background-color css

<style>
 a { background-color: #3271CA; }

 a { background-color: rgb(50,113,202); }

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

border-color css

<style>
 span { border-color: #3271CA; }

 span { border-color: rgb(50,113,202); }

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