Html Css Color HEX #3270CF Royal Blue

📋 copy color: '#3270CF'

red 50 ◦ green 112 ◦ blue 207

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

Shades of Royal Blue #3270CF

Tints of Royal Blue #3270CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.1%

R = 13.55%
G = 30.35%
B = 56.1%

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

#3270CF (or 0x3270CF) is known color: Royal Blue. HEX triplet: 32, 70 and CF. RGB value is (50,112,207). Sum of RGB (Red+Green+Blue) = 50+112+207=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #3270CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3270CF is #CD8F30. Grayscale: #676767. Windows color (decimal): -13471537 or 13594674. OLE color: 13594674.

HSL color Cylindrical-coordinate representation of color #3270CF: hue angle of 216.31º degrees, saturation: 0.62, 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 #3270CF is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 112 207 -
CMYK 0.76 0.46 0 0.19
HSL 216.31º 0.62% 0.5% -
HSV(B) 216.31º 0.76% 0.81% -
XYZ 18.37 16.77 61.3 -
YUV 104.29 185.96 89.28 -
System Red Green Blue C M Y K H S L
Decimal 50 112 207 0.76 0.46 0 0.19 216.31 0.62 0.5
Hex 32 70 CF 4C 2E 0 13 D8 3E 32
Octal 62 160 317 114 56 0 23 330 76 62
Binary 110010 1110000 11001111 1001100 101110 0 10011 11011000 111110 110010

Color Harmonies of #3270CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3270CF

Black with #3270CF

Text Example


Text Example

White with #3270CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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