Html Css Color HEX #3270CE Royal Blue

📋 copy color: '#3270CE'

red 50 ◦ green 112 ◦ blue 206

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

Shades of Royal Blue #3270CE

Tints of Royal Blue #3270CE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.43%

 BLUE value IS 206 (80.86% from 255) = 55.98%

R = 13.59%
G = 30.43%
B = 55.98%

CMYK

 C value IS 0.76

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3270CE (or 0x3270CE) is known color: Royal Blue. HEX triplet: 32, 70 and CE. RGB value is (50,112,206). Sum of RGB (Red+Green+Blue) = 50+112+206=368 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.59% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #3270CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3270CE is #CD8F31. Grayscale: #676767. Windows color (decimal): -13471538 or 13529138. OLE color: 13529138.

HSL color Cylindrical-coordinate representation of color #3270CE: hue angle of 216.15º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3270CE is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 112 206 -
CMYK 0.76 0.46 0 0.19
HSL 216.15º 0.61% 0.5% -
HSV(B) 216.15º 0.76% 0.81% -
XYZ 18.25 16.72 60.66 -
YUV 104.18 185.46 89.36 -
System Red Green Blue C M Y K H S L
Decimal 50 112 206 0.76 0.46 0 0.19 216.15 0.61 0.5
Hex 32 70 CE 4C 2E 0 13 D8 3D 32
Octal 62 160 316 114 56 0 23 330 75 62
Binary 110010 1110000 11001110 1001100 101110 0 10011 11011000 111101 110010

Color Harmonies of #3270CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3270CE

Black with #3270CE

Text Example


Text Example

White with #3270CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3270CE; }

 p { color: rgb(50,112,206); }

 H1.HeaderClassName
 {
   color: #3270CE;
 }
 .AnyTagClassName
 {
   color: #3270CE;
 }
</style>

background-color css

<style>
 a { background-color: #3270CE; }

 a { background-color: rgb(50,112,206); }

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

border-color css

<style>
 span { border-color: #3270CE; }

 span { border-color: rgb(50,112,206); }

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